#C07439

Color #C07439 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C07439

Tints of Zest #C07439

Color information

#C07439 (or 0xC07439) is unknown color: approx Zest. HEX triplet: C0, 74 and 39. RGB value is (192,116,57). Sum of RGB (Red+Green+Blue) = 192+116+57=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C07439 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07439 is #3F8BC6. Grayscale: #848484. Windows color (decimal): -4164551 or 3765440. OLE color: 3765440.

HSL color Cylindrical-coordinate representation of color #C07439: hue angle of 26.22º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C07439 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19211657-
CMYK00.400.700.25
HSL26.22º54.22%48.82%-
HSV(B)26.22º70.31%75.29%-
XYZ28.7223.996.99-
YUV13285.68170.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.60%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 57 (22.66% from 255) = 15.62%
R=52.60%
G=31.78%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921165700.400.700.2526.2254.2248.82
HexC0743902846191a3631
Octal3001647105010631326661
Binary110000001110100111001010100010001101100111010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07439; }

 p { color: rgb(192,116,57); }

 H1.HeaderClassName
 {
   color: #C07439;
 }
 .AnyTagClassName
 {
   color: #C07439;
 }
</style>
background-color css

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

 a { background-color: rgb(192,116,57); }

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

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

 span { border-color: rgb(192,116,57); }

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