Shades of Chocolate #D8541B
Tints of Chocolate #D8541B
RGB
CMYK
RGB Variations
Color information
#D8541B (or 0xD8541B) is known color: Chocolate. HEX triplet: D8, 54 and 1B. RGB value is (216,84,27). Sum of RGB (Red+Green+Blue) = 216+84+27=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8541B is #27ABE4. Grayscale: #757575. Windows color (decimal): -2599909 or 1791192. OLE color: 1791192.
HSL color Cylindrical-coordinate representation of color #D8541B: hue angle of 18.1º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8541B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.15 |
| HSL | 18.1º | 0.78% | 0.48% | - |
| HSV(B) | 18.1º | 0.88% | 0.85% | - |
| XYZ | 31.69 | 21.02 | 3.42 | - |
| YUV | 116.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 27 | 0 | 0.61 | 0.88 | 0.15 | 18.1 | 0.78 | 0.48 |
| Hex | D8 | 54 | 1B | 0 | 3D | 58 | F | 12 | 4E | 30 |
| Octal | 330 | 124 | 33 | 0 | 75 | 130 | 17 | 22 | 116 | 60 |
| Binary | 11011000 | 1010100 | 11011 | 0 | 111101 | 1011000 | 1111 | 10010 | 1001110 | 110000 |
Color Harmonies of #D8541B
Complementary color
Monochromatic Colors of #D8541B
Black with #D8541B
Text Example
Text Example
White with #D8541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8541B; }
p { color: rgb(216,84,27); }
H1.HeaderClassName
{
color: #D8541B;
}
.AnyTagClassName
{
color: #D8541B;
}
</style>
background-color css
<style>
a { background-color: #D8541B; }
a { background-color: rgb(216,84,27); }
div.DivClassName
{
background-color: #D8541B;
}
.BgClassName
{
background-color: #D8541B;
}
</style>
border-color css
<style>
span { border-color: #D8541B; }
span { border-color: rgb(216,84,27); }
td.TdClassName
{
border-color: #D8541B;
}
.TagClassName
{
border-color: #D8541B;
}
</style>