#CD7337

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

Shades of Zest #CD7337

Tints of Zest #CD7337

Color information

#CD7337 (or 0xCD7337) is unknown color: approx Zest. HEX triplet: CD, 73 and 37. RGB value is (205,115,55). Sum of RGB (Red+Green+Blue) = 205+115+55=375 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.67% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7337 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7337 is #328CC8. Grayscale: #878787. Windows color (decimal): -3312841 or 3634125. OLE color: 3634125.

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

Color convert

RGB20511555-
CMYK00.440.730.20
HSL24º60%50.98%-
HSV(B)24º73.17%80.39%-
XYZ3225.526.85-
YUV135.0782.82177.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.67%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=54.67%
G=30.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051155500.440.730.20246050.98
HexCD733702C4914183c33
Octal3151636705411124307463
Binary110011011110011110111010110010010011010011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7337; }

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

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

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

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

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

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

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

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