Shades of Chocolate #D95A1B
Tints of Chocolate #D95A1B
RGB
CMYK
RGB Variations
Color information
#D95A1B (or 0xD95A1B) is known color: Chocolate. HEX triplet: D9, 5A and 1B. RGB value is (217,90,27). Sum of RGB (Red+Green+Blue) = 217+90+27=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D95A1B is #26A5E4. Grayscale: #797979. Windows color (decimal): -2532837 or 1792729. OLE color: 1792729.
HSL color Cylindrical-coordinate representation of color #D95A1B: hue angle of 19.89º 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 #D95A1B is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 27 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.15 |
| HSL | 19.89º | 0.78% | 0.48% | - |
| HSV(B) | 19.89º | 0.88% | 0.85% | - |
| XYZ | 32.47 | 22.14 | 3.6 | - |
| YUV | 120.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 27 | 0 | 0.59 | 0.88 | 0.15 | 19.89 | 0.78 | 0.48 |
| Hex | D9 | 5A | 1B | 0 | 3B | 58 | F | 14 | 4E | 30 |
| Octal | 331 | 132 | 33 | 0 | 73 | 130 | 17 | 24 | 116 | 60 |
| Binary | 11011001 | 1011010 | 11011 | 0 | 111011 | 1011000 | 1111 | 10100 | 1001110 | 110000 |
Color Harmonies of #D95A1B
Complementary color
Monochromatic Colors of #D95A1B
Black with #D95A1B
Text Example
Text Example
White with #D95A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A1B; }
p { color: rgb(217,90,27); }
H1.HeaderClassName
{
color: #D95A1B;
}
.AnyTagClassName
{
color: #D95A1B;
}
</style>
background-color css
<style>
a { background-color: #D95A1B; }
a { background-color: rgb(217,90,27); }
div.DivClassName
{
background-color: #D95A1B;
}
.BgClassName
{
background-color: #D95A1B;
}
</style>
border-color css
<style>
span { border-color: #D95A1B; }
span { border-color: rgb(217,90,27); }
td.TdClassName
{
border-color: #D95A1B;
}
.TagClassName
{
border-color: #D95A1B;
}
</style>