Shades of Chocolate #D8541E
Tints of Chocolate #D8541E
RGB
CMYK
RGB Variations
Color information
#D8541E (or 0xD8541E) is known color: Chocolate. HEX triplet: D8, 54 and 1E. RGB value is (216,84,30). Sum of RGB (Red+Green+Blue) = 216+84+30=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8541E is #27ABE1. Grayscale: #757575. Windows color (decimal): -2599906 or 1987800. OLE color: 1987800.
HSL color Cylindrical-coordinate representation of color #D8541E: hue angle of 17.42º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8541E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 30 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.15 |
| HSL | 17.42º | 0.76% | 0.48% | - |
| HSV(B) | 17.42º | 0.86% | 0.85% | - |
| XYZ | 31.72 | 21.03 | 3.62 | - |
| YUV | 117.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 30 | 0 | 0.61 | 0.86 | 0.15 | 17.42 | 0.76 | 0.48 |
| Hex | D8 | 54 | 1E | 0 | 3D | 56 | F | 11 | 4C | 30 |
| Octal | 330 | 124 | 36 | 0 | 75 | 126 | 17 | 21 | 114 | 60 |
| Binary | 11011000 | 1010100 | 11110 | 0 | 111101 | 1010110 | 1111 | 10001 | 1001100 | 110000 |
Color Harmonies of #D8541E
Complementary color
Monochromatic Colors of #D8541E
Black with #D8541E
Text Example
Text Example
White with #D8541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8541E; }
p { color: rgb(216,84,30); }
H1.HeaderClassName
{
color: #D8541E;
}
.AnyTagClassName
{
color: #D8541E;
}
</style>
background-color css
<style>
a { background-color: #D8541E; }
a { background-color: rgb(216,84,30); }
div.DivClassName
{
background-color: #D8541E;
}
.BgClassName
{
background-color: #D8541E;
}
</style>
border-color css
<style>
span { border-color: #D8541E; }
span { border-color: rgb(216,84,30); }
td.TdClassName
{
border-color: #D8541E;
}
.TagClassName
{
border-color: #D8541E;
}
</style>