#CD7236

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

Shades of Zest #CD7236

Tints of Zest #CD7236

Color information

#CD7236 (or 0xCD7236) is unknown color: approx Zest. HEX triplet: CD, 72 and 36. RGB value is (205,114,54). Sum of RGB (Red+Green+Blue) = 205+114+54=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7236 is #328DC9. Grayscale: #868686. Windows color (decimal): -3313098 or 3568333. OLE color: 3568333.

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

Color convert

RGB20511454-
CMYK00.440.740.20
HSL23.84º60.16%50.78%-
HSV(B)23.84º73.66%80.39%-
XYZ31.8625.286.69-
YUV134.3782.65178.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=54.96%
G=30.56%
B=14.48%

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
Decimal2051145400.440.740.2023.8460.1650.78
HexCD723602C4A14183c33
Octal3151626605411224307463
Binary110011011110010110110010110010010101010011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7236; }

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

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

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

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

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

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

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

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