Shades of Chocolate #D36E1E
Tints of Chocolate #D36E1E
RGB
CMYK
RGB Variations
Color information
#D36E1E (or 0xD36E1E) is known color: Chocolate. HEX triplet: D3, 6E and 1E. RGB value is (211,110,30). Sum of RGB (Red+Green+Blue) = 211+110+30=351 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.11% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 211 - color contains mainly: red. Hex color #D36E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D36E1E is #2C91E1. Grayscale: #838383. Windows color (decimal): -2920930 or 1994451. OLE color: 1994451.
HSL color Cylindrical-coordinate representation of color #D36E1E: hue angle of 26.52º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D36E1E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 110 | 30 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.17 |
| HSL | 26.52º | 0.75% | 0.47% | - |
| HSV(B) | 26.52º | 0.86% | 0.83% | - |
| XYZ | 32.67 | 25.09 | 4.35 | - |
| YUV | 131.08 | 70.96 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 110 | 30 | 0 | 0.48 | 0.86 | 0.17 | 26.52 | 0.75 | 0.47 |
| Hex | D3 | 6E | 1E | 0 | 30 | 56 | 11 | 1B | 4B | 2F |
| Octal | 323 | 156 | 36 | 0 | 60 | 126 | 21 | 33 | 113 | 57 |
| Binary | 11010011 | 1101110 | 11110 | 0 | 110000 | 1010110 | 10001 | 11011 | 1001011 | 101111 |
Color Harmonies of #D36E1E
Complementary color
Monochromatic Colors of #D36E1E
Black with #D36E1E
Text Example
Text Example
White with #D36E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36E1E; }
p { color: rgb(211,110,30); }
H1.HeaderClassName
{
color: #D36E1E;
}
.AnyTagClassName
{
color: #D36E1E;
}
</style>
background-color css
<style>
a { background-color: #D36E1E; }
a { background-color: rgb(211,110,30); }
div.DivClassName
{
background-color: #D36E1E;
}
.BgClassName
{
background-color: #D36E1E;
}
</style>
border-color css
<style>
span { border-color: #D36E1E; }
span { border-color: rgb(211,110,30); }
td.TdClassName
{
border-color: #D36E1E;
}
.TagClassName
{
border-color: #D36E1E;
}
</style>