Shades of Chocolate #D75D20
Tints of Chocolate #D75D20
RGB
CMYK
RGB Variations
Color information
#D75D20 (or 0xD75D20) is known color: Chocolate. HEX triplet: D7, 5D and 20. RGB value is (215,93,32). Sum of RGB (Red+Green+Blue) = 215+93+32=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75D20 is #28A2DF. Grayscale: #7A7A7A. Windows color (decimal): -2663136 or 2121175. OLE color: 2121175.
HSL color Cylindrical-coordinate representation of color #D75D20: hue angle of 20º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D75D20 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 32 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.16 |
| HSL | 20º | 0.74% | 0.48% | - |
| HSV(B) | 20º | 0.85% | 0.84% | - |
| XYZ | 32.2 | 22.38 | 3.99 | - |
| YUV | 122.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 32 | 0 | 0.57 | 0.85 | 0.16 | 20 | 0.74 | 0.48 |
| Hex | D7 | 5D | 20 | 0 | 39 | 55 | 10 | 14 | 4A | 30 |
| Octal | 327 | 135 | 40 | 0 | 71 | 125 | 20 | 24 | 112 | 60 |
| Binary | 11010111 | 1011101 | 100000 | 0 | 111001 | 1010101 | 10000 | 10100 | 1001010 | 110000 |
Color Harmonies of #D75D20
Complementary color
Monochromatic Colors of #D75D20
Black with #D75D20
Text Example
Text Example
White with #D75D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D20; }
p { color: rgb(215,93,32); }
H1.HeaderClassName
{
color: #D75D20;
}
.AnyTagClassName
{
color: #D75D20;
}
</style>
background-color css
<style>
a { background-color: #D75D20; }
a { background-color: rgb(215,93,32); }
div.DivClassName
{
background-color: #D75D20;
}
.BgClassName
{
background-color: #D75D20;
}
</style>
border-color css
<style>
span { border-color: #D75D20; }
span { border-color: rgb(215,93,32); }
td.TdClassName
{
border-color: #D75D20;
}
.TagClassName
{
border-color: #D75D20;
}
</style>