Shades of Chocolate #D75820
Tints of Chocolate #D75820
RGB
CMYK
RGB Variations
Color information
#D75820 (or 0xD75820) is known color: Chocolate. HEX triplet: D7, 58 and 20. RGB value is (215,88,32). Sum of RGB (Red+Green+Blue) = 215+88+32=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D75820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75820 is #28A7DF. Grayscale: #777777. Windows color (decimal): -2664416 or 2119895. OLE color: 2119895.
HSL color Cylindrical-coordinate representation of color #D75820: hue angle of 18.36º 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 #D75820 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 32 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.16 |
| HSL | 18.36º | 0.74% | 0.48% | - |
| HSV(B) | 18.36º | 0.85% | 0.84% | - |
| XYZ | 31.77 | 21.53 | 3.85 | - |
| YUV | 119.59 | 78.58 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 32 | 0 | 0.59 | 0.85 | 0.16 | 18.36 | 0.74 | 0.48 |
| Hex | D7 | 58 | 20 | 0 | 3B | 55 | 10 | 12 | 4A | 30 |
| Octal | 327 | 130 | 40 | 0 | 73 | 125 | 20 | 22 | 112 | 60 |
| Binary | 11010111 | 1011000 | 100000 | 0 | 111011 | 1010101 | 10000 | 10010 | 1001010 | 110000 |
Color Harmonies of #D75820
Complementary color
Monochromatic Colors of #D75820
Black with #D75820
Text Example
Text Example
White with #D75820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75820; }
p { color: rgb(215,88,32); }
H1.HeaderClassName
{
color: #D75820;
}
.AnyTagClassName
{
color: #D75820;
}
</style>
background-color css
<style>
a { background-color: #D75820; }
a { background-color: rgb(215,88,32); }
div.DivClassName
{
background-color: #D75820;
}
.BgClassName
{
background-color: #D75820;
}
</style>
border-color css
<style>
span { border-color: #D75820; }
span { border-color: rgb(215,88,32); }
td.TdClassName
{
border-color: #D75820;
}
.TagClassName
{
border-color: #D75820;
}
</style>