crispedge.com

Color picker

Loading...

#c75f22 hex color - Brown - Warm color - Information

#c75f22 hex color - Brown - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Brown

Hex #c75f22 Color code in RGB color code model is created after adding 78.04% red color, 37.25% green color and 13.33% blue color. Hex #c75f22 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 83% yellow and 22% black.

Hex #c75f22 color code is between #cc6611 web safe hex color code and #bb5533 web safe hex color code. #cc6611 is the nearest web safe color code. You can see here many more shades of #c75f22 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec75f22#c75f22
RGB Decimal199, 95, 34rgb(199, 95, 34)
RGB Percent78%, 37%, 13%rgb(78%, 37%, 13%)
CSS RGBa199, 95, 34,1rgba(199,95,34,1)
CMYK Modelcmyk(0%,52%,83%,22%)
HSL Color Space22,71% ,46%hsl(22,71% ,46%)
HSV Color Space22°, 83%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110001110101111100100010
Octal30713742
Decimal1999534
Hexc75f22

Different shades of #c75f22 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c75f22
#de793e
Dark Shade of #c75f22
#9b4a1b
Saturated Shade of #c75f22
#d35c16
Desaturated Shade of #c75f22
#bb622e
Grey scale Shade of #c75f22
#747474
Brighten Shade
#e0783b
Most Readable Shade
#FFFFFF

Shades of #c75f22 color code

Generate more color scales with scales (color stack) generator.

#c75f22
#b0541e
#9a491a
#843f16
#6e3412
#582a0f
#421f0b
#2c1507
#160a03
#000000

Similar Color like #c75f22 color

Find visually similar hex color codes nearing to #c75f22 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c86023
#c96124
#ca6225
#cb6326
#cc6427
#cd6528
#ce6629
#cf672a
#d0682b
#d1692c
#d26a2d
#d36b2e
#d46c2f
#d56d30
#c65e21
#c55d20
#c45c1f
#c35b1e
#c25a1d
#c1591c
#c0581b
#bf571a
#be5619
#bd5518
#bc5417
#bb5316
#ba5215
#b95114

Monochromatic Color with #c75f22

#c75f22
#f17329
#1d0e05
#47220c
#723613
#9c4b1b

Tints of #c75f22 Color

#c75f22
#cd703a
#d38253
#d9946b
#dfa684
#e6b79c
#ecc9b5
#f2dbcd
#f8ede6
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c75f22
#228ac7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c75f22
#22c7b2
#2237c7

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c72227
#c73e22
#c75f22
#c78022
#c7a122

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c75f22
#22c75f
#5f22c7

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c75f22
#37c722
#228ac7
#b122c7

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c75f22
#228ac7
#2237c7
#c7b222

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c75f22 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c75f22 Color Code Preview on Black Background Color

This is how #c75f22 Color will look on black background color. Color contrast ratio is 5.09

#c75f22 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c75f22">Your Example Paragraph content text in with font color #c75f22 </p>

Your Example Paragraph content text in with font color #c75f22

HTML with inline CSS

<div style="color:#c75f22">Your Paragraph text in with font color #c75f22 </div>

Your Example Paragraph content text in with font color #c75f22

#c75f22 color code is use for CSS Background Color

Background color for the above div is #c75f22

HTML with inline CSS

<div style="background-color:#c75f22;"></div>

#c75f22 color code is use for CSS Border Color

CSS Border color for the above div is #c75f22

HTML with inline CSS

<div style="border:5px solid #c75f22;"></div>

CSS Border Left color for the above div is #c75f22

HTML with inline CSS

<div style="border-left:5px solid #c75f22;"></div>

CSS Border Right color for the above div is #c75f22

HTML with inline CSS

<div style="border-right:5px solid #c75f22;"></div>

CSS Border Bottom color for the above div is #c75f22

HTML with inline CSS

<div style="border-bottom:5px solid #c75f22;"></div>

CSS Border Top color for the above div is #c75f22

HTML with inline CSS

<div style="border-top:5px solid #c75f22;"></div>

#c75f22 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c75f22; } .examplecolorclass {color:#c75f22; } .examplebordercolor {border:3px solid #c75f22; }

#c75f22 Color code Preview on White Background

This is how #c75f22 Color code will look on white background color. Color contrast ratio is 4.13

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c75f22; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c75f22; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(199,95,34,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(34,138,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,95,34,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.