#C07239

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

Shades of Zest #C07239

Tints of Zest #C07239

Color information

#C07239 (or 0xC07239) is unknown color: approx Zest. HEX triplet: C0, 72 and 39. RGB value is (192,114,57). Sum of RGB (Red+Green+Blue) = 192+114+57=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C07239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07239 is #3F8DC6. Grayscale: #838383. Windows color (decimal): -4165063 or 3764928. OLE color: 3764928.

HSL color Cylindrical-coordinate representation of color #C07239: hue angle of 25.33º 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 #C07239 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19211457-
CMYK00.410.700.25
HSL25.33º54.22%48.82%-
HSV(B)25.33º70.31%75.29%-
XYZ28.4923.546.91-
YUV130.8286.34171.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.89%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=52.89%
G=31.40%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921145700.410.700.2525.3354.2248.82
HexC072390294619193631
Octal3001627105110631316661
Binary110000001110010111001010100110001101100111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07239; }

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

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

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

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

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

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

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

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