#CC7235

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

Shades of Zest #CC7235

Tints of Zest #CC7235

Color information

#CC7235 (or 0xCC7235) is unknown color: approx Zest. HEX triplet: CC, 72 and 35. RGB value is (204,114,53). Sum of RGB (Red+Green+Blue) = 204+114+53=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7235 is #338DCA. Grayscale: #868686. Windows color (decimal): -3378635 or 3502796. OLE color: 3502796.

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

Color convert

RGB20411453-
CMYK00.440.740.2
HSL24.24º59.68%50.39%-
HSV(B)24.24º74.02%80%-
XYZ31.5625.136.56-
YUV133.9682.32177.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=54.99%
G=30.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041145300.440.740.224.2459.6850.39
HexCC723502C4A14183c32
Octal3141626505411224307462
Binary110011001110010110101010110010010101010011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7235; }

 p { color: rgb(204,114,53); }

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

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

 a { background-color: rgb(204,114,53); }

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

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

 span { border-color: rgb(204,114,53); }

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