#C97136

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

Shades of Zest #C97136

Tints of Zest #C97136

Color information

#C97136 (or 0xC97136) is unknown color: approx Zest. HEX triplet: C9, 71 and 36. RGB value is (201,113,54). Sum of RGB (Red+Green+Blue) = 201+113+54=368 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.62% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 201 - color contains mainly: red. Hex color #C97136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97136 is #368EC9. Grayscale: #848484. Windows color (decimal): -3575498 or 3568073. OLE color: 3568073.

HSL color Cylindrical-coordinate representation of color #C97136: hue angle of 24.08º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C97136 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20111354-
CMYK00.440.730.21
HSL24.08º57.65%50%-
HSV(B)24.08º73.13%78.82%-
XYZ30.6624.496.6-
YUV132.5983.65176.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.62%
GREEN value IS 113 (44.53% from 255) = 30.71%
BLUE value IS 54 (21.48% from 255) = 14.67%
R=54.62%
G=30.71%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011135400.440.730.2124.0857.6550
HexC9713602C4915183a32
Octal3111616605411125307262
Binary110010011110001110110010110010010011010111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97136; }

 p { color: rgb(201,113,54); }

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

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

 a { background-color: rgb(201,113,54); }

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

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

 span { border-color: rgb(201,113,54); }

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