Shades of Chocolate #D9541B
Tints of Chocolate #D9541B
RGB
CMYK
RGB Variations
Color information
#D9541B (or 0xD9541B) is known color: Chocolate. HEX triplet: D9, 54 and 1B. RGB value is (217,84,27). Sum of RGB (Red+Green+Blue) = 217+84+27=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9541B is #26ABE4. Grayscale: #757575. Windows color (decimal): -2534373 or 1791193. OLE color: 1791193.
HSL color Cylindrical-coordinate representation of color #D9541B: hue angle of 18º 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 #D9541B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 27 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.15 |
| HSL | 18º | 0.78% | 0.48% | - |
| HSV(B) | 18º | 0.88% | 0.85% | - |
| XYZ | 31.98 | 21.17 | 3.44 | - |
| YUV | 117.27 | 77.06 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 27 | 0 | 0.61 | 0.88 | 0.15 | 18 | 0.78 | 0.48 |
| Hex | D9 | 54 | 1B | 0 | 3D | 58 | F | 12 | 4E | 30 |
| Octal | 331 | 124 | 33 | 0 | 75 | 130 | 17 | 22 | 116 | 60 |
| Binary | 11011001 | 1010100 | 11011 | 0 | 111101 | 1011000 | 1111 | 10010 | 1001110 | 110000 |
Color Harmonies of #D9541B
Complementary color
Monochromatic Colors of #D9541B
Black with #D9541B
Text Example
Text Example
White with #D9541B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9541B; }
p { color: rgb(217,84,27); }
H1.HeaderClassName
{
color: #D9541B;
}
.AnyTagClassName
{
color: #D9541B;
}
</style>
background-color css
<style>
a { background-color: #D9541B; }
a { background-color: rgb(217,84,27); }
div.DivClassName
{
background-color: #D9541B;
}
.BgClassName
{
background-color: #D9541B;
}
</style>
border-color css
<style>
span { border-color: #D9541B; }
span { border-color: rgb(217,84,27); }
td.TdClassName
{
border-color: #D9541B;
}
.TagClassName
{
border-color: #D9541B;
}
</style>