Shades of Chocolate #D75916
Tints of Chocolate #D75916
RGB
CMYK
RGB Variations
Color information
#D75916 (or 0xD75916) is known color: Chocolate. HEX triplet: D7, 59 and 16. RGB value is (215,89,22). Sum of RGB (Red+Green+Blue) = 215+89+22=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D75916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75916 is #28A6E9. Grayscale: #777777. Windows color (decimal): -2664170 or 1464791. OLE color: 1464791.
HSL color Cylindrical-coordinate representation of color #D75916: hue angle of 20.83º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D75916 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 89 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.16 |
| HSL | 20.83º | 0.81% | 0.46% | - |
| HSV(B) | 20.83º | 0.9% | 0.84% | - |
| XYZ | 31.74 | 21.65 | 3.26 | - |
| YUV | 119.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 22 | 0 | 0.59 | 0.90 | 0.16 | 20.83 | 0.81 | 0.46 |
| Hex | D7 | 59 | 16 | 0 | 3B | 5A | 10 | 15 | 51 | 2E |
| Octal | 327 | 131 | 26 | 0 | 73 | 132 | 20 | 25 | 121 | 56 |
| Binary | 11010111 | 1011001 | 10110 | 0 | 111011 | 1011010 | 10000 | 10101 | 1010001 | 101110 |
Color Harmonies of #D75916
Complementary color
Monochromatic Colors of #D75916
Black with #D75916
Text Example
Text Example
White with #D75916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75916; }
p { color: rgb(215,89,22); }
H1.HeaderClassName
{
color: #D75916;
}
.AnyTagClassName
{
color: #D75916;
}
</style>
background-color css
<style>
a { background-color: #D75916; }
a { background-color: rgb(215,89,22); }
div.DivClassName
{
background-color: #D75916;
}
.BgClassName
{
background-color: #D75916;
}
</style>
border-color css
<style>
span { border-color: #D75916; }
span { border-color: rgb(215,89,22); }
td.TdClassName
{
border-color: #D75916;
}
.TagClassName
{
border-color: #D75916;
}
</style>