Shades of Chocolate #D15720
Tints of Chocolate #D15720
RGB
CMYK
RGB Variations
Color information
#D15720 (or 0xD15720) is known color: Chocolate. HEX triplet: D1, 57 and 20. RGB value is (209,87,32). Sum of RGB (Red+Green+Blue) = 209+87+32=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D15720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15720 is #2EA8DF. Grayscale: #757575. Windows color (decimal): -3057888 or 2119633. OLE color: 2119633.
HSL color Cylindrical-coordinate representation of color #D15720: hue angle of 18.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D15720 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 32 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.18 |
| HSL | 18.64º | 0.73% | 0.47% | - |
| HSV(B) | 18.64º | 0.85% | 0.82% | - |
| XYZ | 29.96 | 20.48 | 3.74 | - |
| YUV | 117.21 | 79.92 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 32 | 0 | 0.58 | 0.85 | 0.18 | 18.64 | 0.73 | 0.47 |
| Hex | D1 | 57 | 20 | 0 | 3A | 55 | 12 | 13 | 49 | 2F |
| Octal | 321 | 127 | 40 | 0 | 72 | 125 | 22 | 23 | 111 | 57 |
| Binary | 11010001 | 1010111 | 100000 | 0 | 111010 | 1010101 | 10010 | 10011 | 1001001 | 101111 |
Color Harmonies of #D15720
Complementary color
Monochromatic Colors of #D15720
Black with #D15720
Text Example
Text Example
White with #D15720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15720; }
p { color: rgb(209,87,32); }
H1.HeaderClassName
{
color: #D15720;
}
.AnyTagClassName
{
color: #D15720;
}
</style>
background-color css
<style>
a { background-color: #D15720; }
a { background-color: rgb(209,87,32); }
div.DivClassName
{
background-color: #D15720;
}
.BgClassName
{
background-color: #D15720;
}
</style>
border-color css
<style>
span { border-color: #D15720; }
span { border-color: rgb(209,87,32); }
td.TdClassName
{
border-color: #D15720;
}
.TagClassName
{
border-color: #D15720;
}
</style>