Shades of Chocolate #D15B13
Tints of Chocolate #D15B13
RGB
CMYK
RGB Variations
Color information
#D15B13 (or 0xD15B13) is known color: Chocolate. HEX triplet: D1, 5B and 13. RGB value is (209,91,19). Sum of RGB (Red+Green+Blue) = 209+91+19=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B13 is #2EA4EC. Grayscale: #767676. Windows color (decimal): -3056877 or 1268689. OLE color: 1268689.
HSL color Cylindrical-coordinate representation of color #D15B13: hue angle of 22.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D15B13 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 19 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.18 |
| HSL | 22.74º | 0.83% | 0.45% | - |
| HSV(B) | 22.74º | 0.91% | 0.82% | - |
| XYZ | 30.15 | 21.08 | 3.1 | - |
| YUV | 118.07 | 72.09 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 19 | 0 | 0.56 | 0.91 | 0.18 | 22.74 | 0.83 | 0.45 |
| Hex | D1 | 5B | 13 | 0 | 38 | 5B | 12 | 17 | 53 | 2D |
| Octal | 321 | 133 | 23 | 0 | 70 | 133 | 22 | 27 | 123 | 55 |
| Binary | 11010001 | 1011011 | 10011 | 0 | 111000 | 1011011 | 10010 | 10111 | 1010011 | 101101 |
Color Harmonies of #D15B13
Complementary color
Monochromatic Colors of #D15B13
Black with #D15B13
Text Example
Text Example
White with #D15B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B13; }
p { color: rgb(209,91,19); }
H1.HeaderClassName
{
color: #D15B13;
}
.AnyTagClassName
{
color: #D15B13;
}
</style>
background-color css
<style>
a { background-color: #D15B13; }
a { background-color: rgb(209,91,19); }
div.DivClassName
{
background-color: #D15B13;
}
.BgClassName
{
background-color: #D15B13;
}
</style>
border-color css
<style>
span { border-color: #D15B13; }
span { border-color: rgb(209,91,19); }
td.TdClassName
{
border-color: #D15B13;
}
.TagClassName
{
border-color: #D15B13;
}
</style>