#CD5D17

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

Shades of Chocolate #CD5D17

Tints of Chocolate #CD5D17

Color information

#CD5D17 (or 0xCD5D17) is unknown color: approx Chocolate. HEX triplet: CD, 5D and 17. RGB value is (205,93,23). Sum of RGB (Red+Green+Blue) = 205+93+23=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D17 is #32A2E8. Grayscale: #767676. Windows color (decimal): -3318505 or 1531341. OLE color: 1531341.

HSL color Cylindrical-coordinate representation of color #CD5D17: hue angle of 23.08º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD5D17 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB2059323-
CMYK00.550.890.20
HSL23.08º79.82%44.71%-
HSV(B)23.08º88.78%80.39%-
XYZ29.2520.873.3-
YUV118.5174.11189.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 23 (9.38% from 255) = 7.17%
R=63.86%
G=28.97%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205932300.550.890.2023.0879.8244.71
HexCD5D17037591417502d
Octal31513527067131242712055
Binary110011011011101101110110111101100110100101111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5D17; }

 p { color: rgb(205,93,23); }

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

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

 a { background-color: rgb(205,93,23); }

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

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

 span { border-color: rgb(205,93,23); }

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