Shades of Chocolate #D75D1C
Tints of Chocolate #D75D1C
RGB
CMYK
RGB Variations
Color information
#D75D1C (or 0xD75D1C) is known color: Chocolate. HEX triplet: D7, 5D and 1C. RGB value is (215,93,28). Sum of RGB (Red+Green+Blue) = 215+93+28=336 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.99% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D1C is #28A2E3. Grayscale: #7A7A7A. Windows color (decimal): -2663140 or 1859031. OLE color: 1859031.
HSL color Cylindrical-coordinate representation of color #D75D1C: hue angle of 20.86º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D75D1C is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 28 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.16 |
| HSL | 20.86º | 0.77% | 0.48% | - |
| HSV(B) | 20.86º | 0.87% | 0.84% | - |
| XYZ | 32.15 | 22.36 | 3.72 | - |
| YUV | 122.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 28 | 0 | 0.57 | 0.87 | 0.16 | 20.86 | 0.77 | 0.48 |
| Hex | D7 | 5D | 1C | 0 | 39 | 57 | 10 | 15 | 4D | 30 |
| Octal | 327 | 135 | 34 | 0 | 71 | 127 | 20 | 25 | 115 | 60 |
| Binary | 11010111 | 1011101 | 11100 | 0 | 111001 | 1010111 | 10000 | 10101 | 1001101 | 110000 |
Color Harmonies of #D75D1C
Complementary color
Monochromatic Colors of #D75D1C
Black with #D75D1C
Text Example
Text Example
White with #D75D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D1C; }
p { color: rgb(215,93,28); }
H1.HeaderClassName
{
color: #D75D1C;
}
.AnyTagClassName
{
color: #D75D1C;
}
</style>
background-color css
<style>
a { background-color: #D75D1C; }
a { background-color: rgb(215,93,28); }
div.DivClassName
{
background-color: #D75D1C;
}
.BgClassName
{
background-color: #D75D1C;
}
</style>
border-color css
<style>
span { border-color: #D75D1C; }
span { border-color: rgb(215,93,28); }
td.TdClassName
{
border-color: #D75D1C;
}
.TagClassName
{
border-color: #D75D1C;
}
</style>