Shades of Chocolate #D0591D
Tints of Chocolate #D0591D
RGB
CMYK
RGB Variations
Color information
#D0591D (or 0xD0591D) is known color: Chocolate. HEX triplet: D0, 59 and 1D. RGB value is (208,89,29). Sum of RGB (Red+Green+Blue) = 208+89+29=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 29 (11.72% from 255 or 8.90% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D0591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0591D is #2FA6E2. Grayscale: #767676. Windows color (decimal): -3122915 or 1923536. OLE color: 1923536.
HSL color Cylindrical-coordinate representation of color #D0591D: hue angle of 20.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0591D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 29 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.18 |
| HSL | 20.11º | 0.76% | 0.46% | - |
| HSV(B) | 20.11º | 0.86% | 0.82% | - |
| XYZ | 29.81 | 20.64 | 3.58 | - |
| YUV | 117.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 29 | 0 | 0.57 | 0.86 | 0.18 | 20.11 | 0.76 | 0.46 |
| Hex | D0 | 59 | 1D | 0 | 39 | 56 | 12 | 14 | 4C | 2E |
| Octal | 320 | 131 | 35 | 0 | 71 | 126 | 22 | 24 | 114 | 56 |
| Binary | 11010000 | 1011001 | 11101 | 0 | 111001 | 1010110 | 10010 | 10100 | 1001100 | 101110 |
Color Harmonies of #D0591D
Complementary color
Monochromatic Colors of #D0591D
Black with #D0591D
Text Example
Text Example
White with #D0591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0591D; }
p { color: rgb(208,89,29); }
H1.HeaderClassName
{
color: #D0591D;
}
.AnyTagClassName
{
color: #D0591D;
}
</style>
background-color css
<style>
a { background-color: #D0591D; }
a { background-color: rgb(208,89,29); }
div.DivClassName
{
background-color: #D0591D;
}
.BgClassName
{
background-color: #D0591D;
}
</style>
border-color css
<style>
span { border-color: #D0591D; }
span { border-color: rgb(208,89,29); }
td.TdClassName
{
border-color: #D0591D;
}
.TagClassName
{
border-color: #D0591D;
}
</style>