Shades of Chocolate #CD561E
Tints of Chocolate #CD561E
RGB
CMYK
RGB Variations
Color information
#CD561E (or 0xCD561E) is known color: Chocolate. HEX triplet: CD, 56 and 1E. RGB value is (205,86,30). Sum of RGB (Red+Green+Blue) = 205+86+30=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD561E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD561E is #32A9E1. Grayscale: #737373. Windows color (decimal): -3320290 or 1988301. OLE color: 1988301.
HSL color Cylindrical-coordinate representation of color #CD561E: hue angle of 19.2º 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 #CD561E is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 86 | 30 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.20 |
| HSL | 19.2º | 0.74% | 0.46% | - |
| HSV(B) | 19.2º | 0.85% | 0.8% | - |
| XYZ | 28.74 | 19.73 | 3.52 | - |
| YUV | 115.2 | 79.92 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 30 | 0 | 0.58 | 0.85 | 0.20 | 19.2 | 0.74 | 0.46 |
| Hex | CD | 56 | 1E | 0 | 3A | 55 | 14 | 13 | 4A | 2E |
| Octal | 315 | 126 | 36 | 0 | 72 | 125 | 24 | 23 | 112 | 56 |
| Binary | 11001101 | 1010110 | 11110 | 0 | 111010 | 1010101 | 10100 | 10011 | 1001010 | 101110 |
Color Harmonies of #CD561E
Complementary color
Monochromatic Colors of #CD561E
Black with #CD561E
Text Example
Text Example
White with #CD561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD561E; }
p { color: rgb(205,86,30); }
H1.HeaderClassName
{
color: #CD561E;
}
.AnyTagClassName
{
color: #CD561E;
}
</style>
background-color css
<style>
a { background-color: #CD561E; }
a { background-color: rgb(205,86,30); }
div.DivClassName
{
background-color: #CD561E;
}
.BgClassName
{
background-color: #CD561E;
}
</style>
border-color css
<style>
span { border-color: #CD561E; }
span { border-color: rgb(205,86,30); }
td.TdClassName
{
border-color: #CD561E;
}
.TagClassName
{
border-color: #CD561E;
}
</style>