Html Css Color HEX #C07241 Zest

📋 copy color: '#C07241'

red 192 ◦ green 114 ◦ blue 65

#C07241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zest #C07241

Tints of Zest #C07241

RGB

 RED value IS 192 (75.39% from 255) = 51.75%

 GREEN value IS 114 (44.92% from 255) = 30.73%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 51.75%
G = 30.73%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C07241 (or 0xC07241) is known color: Zest. HEX triplet: C0, 72 and 41. RGB value is (192,114,65). Sum of RGB (Red+Green+Blue) = 192+114+65=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C07241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07241 is #3F8DBE. Grayscale: #848484. Windows color (decimal): -4165055 or 4289216. OLE color: 4289216.

HSL color Cylindrical-coordinate representation of color #C07241: hue angle of 23.15º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C07241 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 65 -
CMYK 0 0.41 0.66 0.25
HSL 23.15º 0.5% 0.5% -
HSV(B) 23.15º 0.66% 0.75% -
XYZ 28.71 23.62 8.05 -
YUV 131.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 192 114 65 0 0.41 0.66 0.25 23.15 0.5 0.5
Hex C0 72 41 0 29 42 19 17 32 32
Octal 300 162 101 0 51 102 31 27 62 62
Binary 11000000 1110010 1000001 0 101001 1000010 11001 10111 110010 110010

Color Harmonies of #C07241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07241

Black with #C07241

Text Example


Text Example

White with #C07241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07241; }

 p { color: rgb(192,114,65); }

 H1.HeaderClassName
 {
   color: #C07241;
 }
 .AnyTagClassName
 {
   color: #C07241;
 }
</style>

background-color css

<style>
 a { background-color: #C07241; }

 a { background-color: rgb(192,114,65); }

 div.DivClassName
 {
   background-color: #C07241;
 }
 .BgClassName
 {
   background-color: #C07241;
 }
</style>

border-color css

<style>
 span { border-color: #C07241; }

 span { border-color: rgb(192,114,65); }

 td.TdClassName
 {
   border-color: #C07241;
 }
 .TagClassName
 {
   border-color: #C07241;
 }
</style>