Shades of Chocolate #D75A15
Tints of Chocolate #D75A15
RGB
CMYK
RGB Variations
Color information
#D75A15 (or 0xD75A15) is known color: Chocolate. HEX triplet: D7, 5A and 15. RGB value is (215,90,21). Sum of RGB (Red+Green+Blue) = 215+90+21=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A15 is #28A5EA. Grayscale: #777777. Windows color (decimal): -2663915 or 1399511. OLE color: 1399511.
HSL color Cylindrical-coordinate representation of color #D75A15: hue angle of 21.34º degrees, saturation: 0.82, 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 #D75A15 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 90 | 21 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.16 |
| HSL | 21.34º | 0.82% | 0.46% | - |
| HSV(B) | 21.34º | 0.9% | 0.84% | - |
| XYZ | 31.82 | 21.81 | 3.24 | - |
| YUV | 119.51 | 72.41 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 90 | 21 | 0 | 0.58 | 0.90 | 0.16 | 21.34 | 0.82 | 0.46 |
| Hex | D7 | 5A | 15 | 0 | 3A | 5A | 10 | 15 | 52 | 2E |
| Octal | 327 | 132 | 25 | 0 | 72 | 132 | 20 | 25 | 122 | 56 |
| Binary | 11010111 | 1011010 | 10101 | 0 | 111010 | 1011010 | 10000 | 10101 | 1010010 | 101110 |
Color Harmonies of #D75A15
Complementary color
Monochromatic Colors of #D75A15
Black with #D75A15
Text Example
Text Example
White with #D75A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75A15; }
p { color: rgb(215,90,21); }
H1.HeaderClassName
{
color: #D75A15;
}
.AnyTagClassName
{
color: #D75A15;
}
</style>
background-color css
<style>
a { background-color: #D75A15; }
a { background-color: rgb(215,90,21); }
div.DivClassName
{
background-color: #D75A15;
}
.BgClassName
{
background-color: #D75A15;
}
</style>
border-color css
<style>
span { border-color: #D75A15; }
span { border-color: rgb(215,90,21); }
td.TdClassName
{
border-color: #D75A15;
}
.TagClassName
{
border-color: #D75A15;
}
</style>