#CD7336

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

Shades of Zest #CD7336

Tints of Zest #CD7336

Color information

#CD7336 (or 0xCD7336) is unknown color: approx Zest. HEX triplet: CD, 73 and 36. RGB value is (205,115,54). Sum of RGB (Red+Green+Blue) = 205+115+54=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7336 is #328CC9. Grayscale: #878787. Windows color (decimal): -3312842 or 3568589. OLE color: 3568589.

HSL color Cylindrical-coordinate representation of color #CD7336: hue angle of 24.24º 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 #CD7336 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20511554-
CMYK00.440.740.20
HSL24.24º60.16%50.78%-
HSV(B)24.24º73.66%80.39%-
XYZ31.9725.516.73-
YUV134.9682.32177.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.81%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 54 (21.48% from 255) = 14.44%
R=54.81%
G=30.75%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051155400.440.740.2024.2460.1650.78
HexCD733602C4A14183c33
Octal3151636605411224307463
Binary110011011110011110110010110010010101010011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7336; }

 p { color: rgb(205,115,54); }

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

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

 a { background-color: rgb(205,115,54); }

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

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

 span { border-color: rgb(205,115,54); }

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