#C07339

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

Shades of Zest #C07339

Tints of Zest #C07339

Color information

#C07339 (or 0xC07339) is unknown color: approx Zest. HEX triplet: C0, 73 and 39. RGB value is (192,115,57). Sum of RGB (Red+Green+Blue) = 192+115+57=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C07339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07339 is #3F8CC6. Grayscale: #838383. Windows color (decimal): -4164807 or 3765184. OLE color: 3765184.

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

Color convert

RGB19211557-
CMYK00.400.700.25
HSL25.78º54.22%48.82%-
HSV(B)25.78º70.31%75.29%-
XYZ28.6123.766.95-
YUV131.4186.01171.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.75%
GREEN value IS 115 (45.31% from 255) = 31.59%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=52.75%
G=31.59%
B=15.66%

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
Decimal1921155700.400.700.2525.7854.2248.82
HexC0733902846191a3631
Octal3001637105010631326661
Binary110000001110011111001010100010001101100111010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07339; }

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

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

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

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

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

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

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

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