Shades of Chocolate #D8541C
Tints of Chocolate #D8541C
RGB
CMYK
RGB Variations
Color information
#D8541C (or 0xD8541C) is known color: Chocolate. HEX triplet: D8, 54 and 1C. RGB value is (216,84,28). Sum of RGB (Red+Green+Blue) = 216+84+28=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8541C is #27ABE3. Grayscale: #757575. Windows color (decimal): -2599908 or 1856728. OLE color: 1856728.
HSL color Cylindrical-coordinate representation of color #D8541C: hue angle of 17.87º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8541C is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 84 | 28 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.15 |
| HSL | 17.87º | 0.77% | 0.48% | - |
| HSV(B) | 17.87º | 0.87% | 0.85% | - |
| XYZ | 31.7 | 21.02 | 3.49 | - |
| YUV | 117.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 84 | 28 | 0 | 0.61 | 0.87 | 0.15 | 17.87 | 0.77 | 0.48 |
| Hex | D8 | 54 | 1C | 0 | 3D | 57 | F | 12 | 4D | 30 |
| Octal | 330 | 124 | 34 | 0 | 75 | 127 | 17 | 22 | 115 | 60 |
| Binary | 11011000 | 1010100 | 11100 | 0 | 111101 | 1010111 | 1111 | 10010 | 1001101 | 110000 |
Color Harmonies of #D8541C
Complementary color
Monochromatic Colors of #D8541C
Black with #D8541C
Text Example
Text Example
White with #D8541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8541C; }
p { color: rgb(216,84,28); }
H1.HeaderClassName
{
color: #D8541C;
}
.AnyTagClassName
{
color: #D8541C;
}
</style>
background-color css
<style>
a { background-color: #D8541C; }
a { background-color: rgb(216,84,28); }
div.DivClassName
{
background-color: #D8541C;
}
.BgClassName
{
background-color: #D8541C;
}
</style>
border-color css
<style>
span { border-color: #D8541C; }
span { border-color: rgb(216,84,28); }
td.TdClassName
{
border-color: #D8541C;
}
.TagClassName
{
border-color: #D8541C;
}
</style>