Shades of Chocolate #D1591D
Tints of Chocolate #D1591D
RGB
CMYK
RGB Variations
Color information
#D1591D (or 0xD1591D) is known color: Chocolate. HEX triplet: D1, 59 and 1D. RGB value is (209,89,29). Sum of RGB (Red+Green+Blue) = 209+89+29=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1591D is #2EA6E2. Grayscale: #767676. Windows color (decimal): -3057379 or 1923537. OLE color: 1923537.
HSL color Cylindrical-coordinate representation of color #D1591D: hue angle of 20º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1591D is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 29 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.18 |
| HSL | 20º | 0.76% | 0.47% | - |
| HSV(B) | 20º | 0.86% | 0.82% | - |
| XYZ | 30.09 | 20.79 | 3.59 | - |
| YUV | 118.04 | 77.76 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 29 | 0 | 0.57 | 0.86 | 0.18 | 20 | 0.76 | 0.47 |
| Hex | D1 | 59 | 1D | 0 | 39 | 56 | 12 | 14 | 4C | 2F |
| Octal | 321 | 131 | 35 | 0 | 71 | 126 | 22 | 24 | 114 | 57 |
| Binary | 11010001 | 1011001 | 11101 | 0 | 111001 | 1010110 | 10010 | 10100 | 1001100 | 101111 |
Color Harmonies of #D1591D
Complementary color
Monochromatic Colors of #D1591D
Black with #D1591D
Text Example
Text Example
White with #D1591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1591D; }
p { color: rgb(209,89,29); }
H1.HeaderClassName
{
color: #D1591D;
}
.AnyTagClassName
{
color: #D1591D;
}
</style>
background-color css
<style>
a { background-color: #D1591D; }
a { background-color: rgb(209,89,29); }
div.DivClassName
{
background-color: #D1591D;
}
.BgClassName
{
background-color: #D1591D;
}
</style>
border-color css
<style>
span { border-color: #D1591D; }
span { border-color: rgb(209,89,29); }
td.TdClassName
{
border-color: #D1591D;
}
.TagClassName
{
border-color: #D1591D;
}
</style>