Shades of Chocolate #CD5D15
Tints of Chocolate #CD5D15
RGB
CMYK
RGB Variations
Color information
#CD5D15 (or 0xCD5D15) is known color: Chocolate. HEX triplet: CD, 5D and 15. RGB value is (205,93,21). Sum of RGB (Red+Green+Blue) = 205+93+21=319 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.26% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5D15 is #32A2EA. Grayscale: #767676. Windows color (decimal): -3318507 or 1400269. OLE color: 1400269.
HSL color Cylindrical-coordinate representation of color #CD5D15: hue angle of 23.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD5D15 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 21 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.20 |
| HSL | 23.48º | 0.81% | 0.44% | - |
| HSV(B) | 23.48º | 0.9% | 0.8% | - |
| XYZ | 29.23 | 20.86 | 3.2 | - |
| YUV | 118.28 | 73.11 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 21 | 0 | 0.55 | 0.90 | 0.20 | 23.48 | 0.81 | 0.44 |
| Hex | CD | 5D | 15 | 0 | 37 | 5A | 14 | 17 | 51 | 2C |
| Octal | 315 | 135 | 25 | 0 | 67 | 132 | 24 | 27 | 121 | 54 |
| Binary | 11001101 | 1011101 | 10101 | 0 | 110111 | 1011010 | 10100 | 10111 | 1010001 | 101100 |
Color Harmonies of #CD5D15
Complementary color
Monochromatic Colors of #CD5D15
Black with #CD5D15
Text Example
Text Example
White with #CD5D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D15; }
p { color: rgb(205,93,21); }
H1.HeaderClassName
{
color: #CD5D15;
}
.AnyTagClassName
{
color: #CD5D15;
}
</style>
background-color css
<style>
a { background-color: #CD5D15; }
a { background-color: rgb(205,93,21); }
div.DivClassName
{
background-color: #CD5D15;
}
.BgClassName
{
background-color: #CD5D15;
}
</style>
border-color css
<style>
span { border-color: #CD5D15; }
span { border-color: rgb(205,93,21); }
td.TdClassName
{
border-color: #CD5D15;
}
.TagClassName
{
border-color: #CD5D15;
}
</style>