Shades of Chocolate #CD5D1E
Tints of Chocolate #CD5D1E
RGB
CMYK
RGB Variations
Color information
#CD5D1E (or 0xCD5D1E) is known color: Chocolate. HEX triplet: CD, 5D and 1E. RGB value is (205,93,30). Sum of RGB (Red+Green+Blue) = 205+93+30=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D1E is #32A2E1. Grayscale: #777777. Windows color (decimal): -3318498 or 1990093. OLE color: 1990093.
HSL color Cylindrical-coordinate representation of color #CD5D1E: hue angle of 21.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD5D1E is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 30 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.20 |
| HSL | 21.6º | 0.74% | 0.46% | - |
| HSV(B) | 21.6º | 0.85% | 0.8% | - |
| XYZ | 29.33 | 20.9 | 3.72 | - |
| YUV | 119.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 30 | 0 | 0.55 | 0.85 | 0.20 | 21.6 | 0.74 | 0.46 |
| Hex | CD | 5D | 1E | 0 | 37 | 55 | 14 | 16 | 4A | 2E |
| Octal | 315 | 135 | 36 | 0 | 67 | 125 | 24 | 26 | 112 | 56 |
| Binary | 11001101 | 1011101 | 11110 | 0 | 110111 | 1010101 | 10100 | 10110 | 1001010 | 101110 |
Color Harmonies of #CD5D1E
Complementary color
Monochromatic Colors of #CD5D1E
Black with #CD5D1E
Text Example
Text Example
White with #CD5D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D1E; }
p { color: rgb(205,93,30); }
H1.HeaderClassName
{
color: #CD5D1E;
}
.AnyTagClassName
{
color: #CD5D1E;
}
</style>
background-color css
<style>
a { background-color: #CD5D1E; }
a { background-color: rgb(205,93,30); }
div.DivClassName
{
background-color: #CD5D1E;
}
.BgClassName
{
background-color: #CD5D1E;
}
</style>
border-color css
<style>
span { border-color: #CD5D1E; }
span { border-color: rgb(205,93,30); }
td.TdClassName
{
border-color: #CD5D1E;
}
.TagClassName
{
border-color: #CD5D1E;
}
</style>