Shades of Chocolate #D85713
Tints of Chocolate #D85713
RGB
CMYK
RGB Variations
Color information
#D85713 (or 0xD85713) is known color: Chocolate. HEX triplet: D8, 57 and 13. RGB value is (216,87,19). Sum of RGB (Red+Green+Blue) = 216+87+19=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D85713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85713 is #27A8EC. Grayscale: #767676. Windows color (decimal): -2599149 or 1267672. OLE color: 1267672.
HSL color Cylindrical-coordinate representation of color #D85713: hue angle of 20.71º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D85713 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 19 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.15 |
| HSL | 20.71º | 0.84% | 0.46% | - |
| HSV(B) | 20.71º | 0.91% | 0.85% | - |
| XYZ | 31.84 | 21.46 | 3.08 | - |
| YUV | 117.82 | 72.24 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 19 | 0 | 0.60 | 0.91 | 0.15 | 20.71 | 0.84 | 0.46 |
| Hex | D8 | 57 | 13 | 0 | 3C | 5B | F | 15 | 54 | 2E |
| Octal | 330 | 127 | 23 | 0 | 74 | 133 | 17 | 25 | 124 | 56 |
| Binary | 11011000 | 1010111 | 10011 | 0 | 111100 | 1011011 | 1111 | 10101 | 1010100 | 101110 |
Color Harmonies of #D85713
Complementary color
Monochromatic Colors of #D85713
Black with #D85713
Text Example
Text Example
White with #D85713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85713; }
p { color: rgb(216,87,19); }
H1.HeaderClassName
{
color: #D85713;
}
.AnyTagClassName
{
color: #D85713;
}
</style>
background-color css
<style>
a { background-color: #D85713; }
a { background-color: rgb(216,87,19); }
div.DivClassName
{
background-color: #D85713;
}
.BgClassName
{
background-color: #D85713;
}
</style>
border-color css
<style>
span { border-color: #D85713; }
span { border-color: rgb(216,87,19); }
td.TdClassName
{
border-color: #D85713;
}
.TagClassName
{
border-color: #D85713;
}
</style>