Shades of Chocolate #D75617
Tints of Chocolate #D75617
RGB
CMYK
RGB Variations
Color information
#D75617 (or 0xD75617) is known color: Chocolate. HEX triplet: D7, 56 and 17. RGB value is (215,86,23). Sum of RGB (Red+Green+Blue) = 215+86+23=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D75617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75617 is #28A9E8. Grayscale: #757575. Windows color (decimal): -2664937 or 1529559. OLE color: 1529559.
HSL color Cylindrical-coordinate representation of color #D75617: hue angle of 19.69º 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 #D75617 is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 23 | - |
| CMYK | 0 | 0.6 | 0.89 | 0.16 |
| HSL | 19.69º | 0.81% | 0.47% | - |
| HSV(B) | 19.69º | 0.89% | 0.84% | - |
| XYZ | 31.51 | 21.16 | 3.24 | - |
| YUV | 117.39 | 74.74 | 197.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 23 | 0 | 0.6 | 0.89 | 0.16 | 19.69 | 0.81 | 0.47 |
| Hex | D7 | 56 | 17 | 0 | 3C | 59 | 10 | 14 | 51 | 2F |
| Octal | 327 | 126 | 27 | 0 | 74 | 131 | 20 | 24 | 121 | 57 |
| Binary | 11010111 | 1010110 | 10111 | 0 | 111100 | 1011001 | 10000 | 10100 | 1010001 | 101111 |
Color Harmonies of #D75617
Complementary color
Monochromatic Colors of #D75617
Black with #D75617
Text Example
Text Example
White with #D75617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75617; }
p { color: rgb(215,86,23); }
H1.HeaderClassName
{
color: #D75617;
}
.AnyTagClassName
{
color: #D75617;
}
</style>
background-color css
<style>
a { background-color: #D75617; }
a { background-color: rgb(215,86,23); }
div.DivClassName
{
background-color: #D75617;
}
.BgClassName
{
background-color: #D75617;
}
</style>
border-color css
<style>
span { border-color: #D75617; }
span { border-color: rgb(215,86,23); }
td.TdClassName
{
border-color: #D75617;
}
.TagClassName
{
border-color: #D75617;
}
</style>