Shades of Chocolate #CD5E16
Tints of Chocolate #CD5E16
RGB
CMYK
RGB Variations
Color information
#CD5E16 (or 0xCD5E16) is known color: Chocolate. HEX triplet: CD, 5E and 16. RGB value is (205,94,22). Sum of RGB (Red+Green+Blue) = 205+94+22=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5E16 is #32A1E9. Grayscale: #777777. Windows color (decimal): -3318250 or 1466061. OLE color: 1466061.
HSL color Cylindrical-coordinate representation of color #CD5E16: hue angle of 23.61º degrees, saturation: 0.81, 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 #CD5E16 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 94 | 22 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.20 |
| HSL | 23.61º | 0.81% | 0.45% | - |
| HSV(B) | 23.61º | 0.89% | 0.8% | - |
| XYZ | 29.32 | 21.04 | 3.28 | - |
| YUV | 118.98 | 73.27 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 94 | 22 | 0 | 0.54 | 0.89 | 0.20 | 23.61 | 0.81 | 0.45 |
| Hex | CD | 5E | 16 | 0 | 36 | 59 | 14 | 18 | 51 | 2D |
| Octal | 315 | 136 | 26 | 0 | 66 | 131 | 24 | 30 | 121 | 55 |
| Binary | 11001101 | 1011110 | 10110 | 0 | 110110 | 1011001 | 10100 | 11000 | 1010001 | 101101 |
Color Harmonies of #CD5E16
Complementary color
Monochromatic Colors of #CD5E16
Black with #CD5E16
Text Example
Text Example
White with #CD5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5E16; }
p { color: rgb(205,94,22); }
H1.HeaderClassName
{
color: #CD5E16;
}
.AnyTagClassName
{
color: #CD5E16;
}
</style>
background-color css
<style>
a { background-color: #CD5E16; }
a { background-color: rgb(205,94,22); }
div.DivClassName
{
background-color: #CD5E16;
}
.BgClassName
{
background-color: #CD5E16;
}
</style>
border-color css
<style>
span { border-color: #CD5E16; }
span { border-color: rgb(205,94,22); }
td.TdClassName
{
border-color: #CD5E16;
}
.TagClassName
{
border-color: #CD5E16;
}
</style>