#CC7136

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

Shades of Zest #CC7136

Tints of Zest #CC7136

Color information

#CC7136 (or 0xCC7136) is unknown color: approx Zest. HEX triplet: CC, 71 and 36. RGB value is (204,113,54). Sum of RGB (Red+Green+Blue) = 204+113+54=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7136 is #338EC9. Grayscale: #858585. Windows color (decimal): -3378890 or 3568076. OLE color: 3568076.

HSL color Cylindrical-coordinate representation of color #CC7136: hue angle of 23.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC7136 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20411354-
CMYK00.450.740.2
HSL23.6º59.52%50.59%-
HSV(B)23.6º73.53%80%-
XYZ31.4724.916.64-
YUV133.4883.15178.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=54.99%
G=30.46%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041135400.450.740.223.659.5250.59
HexCC713602D4A14183c33
Octal3141616605511224307463
Binary110011001110001110110010110110010101010011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7136; }

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

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

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

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

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

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

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

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