Shades of Chocolate #D75717
Tints of Chocolate #D75717
RGB
CMYK
RGB Variations
Color information
#D75717 (or 0xD75717) is known color: Chocolate. HEX triplet: D7, 57 and 17. RGB value is (215,87,23). Sum of RGB (Red+Green+Blue) = 215+87+23=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D75717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75717 is #28A8E8. Grayscale: #767676. Windows color (decimal): -2664681 or 1529815. OLE color: 1529815.
HSL color Cylindrical-coordinate representation of color #D75717: hue angle of 20º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D75717 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 23 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.16 |
| HSL | 20º | 0.81% | 0.47% | - |
| HSV(B) | 20º | 0.89% | 0.84% | - |
| XYZ | 31.59 | 21.33 | 3.26 | - |
| YUV | 117.98 | 74.41 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 23 | 0 | 0.60 | 0.89 | 0.16 | 20 | 0.81 | 0.47 |
| Hex | D7 | 57 | 17 | 0 | 3C | 59 | 10 | 14 | 51 | 2F |
| Octal | 327 | 127 | 27 | 0 | 74 | 131 | 20 | 24 | 121 | 57 |
| Binary | 11010111 | 1010111 | 10111 | 0 | 111100 | 1011001 | 10000 | 10100 | 1010001 | 101111 |
Color Harmonies of #D75717
Complementary color
Monochromatic Colors of #D75717
Black with #D75717
Text Example
Text Example
White with #D75717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75717; }
p { color: rgb(215,87,23); }
H1.HeaderClassName
{
color: #D75717;
}
.AnyTagClassName
{
color: #D75717;
}
</style>
background-color css
<style>
a { background-color: #D75717; }
a { background-color: rgb(215,87,23); }
div.DivClassName
{
background-color: #D75717;
}
.BgClassName
{
background-color: #D75717;
}
</style>
border-color css
<style>
span { border-color: #D75717; }
span { border-color: rgb(215,87,23); }
td.TdClassName
{
border-color: #D75717;
}
.TagClassName
{
border-color: #D75717;
}
</style>