#CD7636

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

Shades of Zest #CD7636

Tints of Zest #CD7636

Color information

#CD7636 (or 0xCD7636) is unknown color: approx Zest. HEX triplet: CD, 76 and 36. RGB value is (205,118,54). Sum of RGB (Red+Green+Blue) = 205+118+54=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7636 is #3289C9. Grayscale: #898989. Windows color (decimal): -3312074 or 3569357. OLE color: 3569357.

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

Color convert

RGB20511854-
CMYK00.420.740.20
HSL25.43º60.16%50.78%-
HSV(B)25.43º73.66%80.39%-
XYZ32.3226.26.84-
YUV136.7281.32176.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.38%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=54.38%
G=31.30%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051185400.420.740.2025.4360.1650.78
HexCD763602A4A14193c33
Octal3151666605211224317463
Binary110011011110110110110010101010010101010011001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7636; }

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

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

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

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

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

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

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

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