Shades of Chocolate #CD581E
Tints of Chocolate #CD581E
RGB
CMYK
RGB Variations
Color information
#CD581E (or 0xCD581E) is known color: Chocolate. HEX triplet: CD, 58 and 1E. RGB value is (205,88,30). Sum of RGB (Red+Green+Blue) = 205+88+30=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD581E is #32A7E1. Grayscale: #747474. Windows color (decimal): -3319778 or 1988813. OLE color: 1988813.
HSL color Cylindrical-coordinate representation of color #CD581E: hue angle of 19.89º 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 #CD581E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 30 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.20 |
| HSL | 19.89º | 0.74% | 0.46% | - |
| HSV(B) | 19.89º | 0.85% | 0.8% | - |
| XYZ | 28.9 | 20.05 | 3.58 | - |
| YUV | 116.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 30 | 0 | 0.57 | 0.85 | 0.20 | 19.89 | 0.74 | 0.46 |
| Hex | CD | 58 | 1E | 0 | 39 | 55 | 14 | 14 | 4A | 2E |
| Octal | 315 | 130 | 36 | 0 | 71 | 125 | 24 | 24 | 112 | 56 |
| Binary | 11001101 | 1011000 | 11110 | 0 | 111001 | 1010101 | 10100 | 10100 | 1001010 | 101110 |
Color Harmonies of #CD581E
Complementary color
Monochromatic Colors of #CD581E
Black with #CD581E
Text Example
Text Example
White with #CD581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD581E; }
p { color: rgb(205,88,30); }
H1.HeaderClassName
{
color: #CD581E;
}
.AnyTagClassName
{
color: #CD581E;
}
</style>
background-color css
<style>
a { background-color: #CD581E; }
a { background-color: rgb(205,88,30); }
div.DivClassName
{
background-color: #CD581E;
}
.BgClassName
{
background-color: #CD581E;
}
</style>
border-color css
<style>
span { border-color: #CD581E; }
span { border-color: rgb(205,88,30); }
td.TdClassName
{
border-color: #CD581E;
}
.TagClassName
{
border-color: #CD581E;
}
</style>