Shades of Chocolate #D76524
Tints of Chocolate #D76524
RGB
CMYK
RGB Variations
Color information
#D76524 (or 0xD76524) is known color: Chocolate. HEX triplet: D7, 65 and 24. RGB value is (215,101,36). Sum of RGB (Red+Green+Blue) = 215+101+36=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 36 (14.45% from 255 or 10.23% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D76524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76524 is #289ADB. Grayscale: #808080. Windows color (decimal): -2661084 or 2385367. OLE color: 2385367.
HSL color Cylindrical-coordinate representation of color #D76524: hue angle of 21.79º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D76524 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 36 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.16 |
| HSL | 21.79º | 0.71% | 0.49% | - |
| HSV(B) | 21.79º | 0.83% | 0.84% | - |
| XYZ | 33 | 23.88 | 4.54 | - |
| YUV | 127.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 36 | 0 | 0.53 | 0.83 | 0.16 | 21.79 | 0.71 | 0.49 |
| Hex | D7 | 65 | 24 | 0 | 35 | 53 | 10 | 16 | 47 | 31 |
| Octal | 327 | 145 | 44 | 0 | 65 | 123 | 20 | 26 | 107 | 61 |
| Binary | 11010111 | 1100101 | 100100 | 0 | 110101 | 1010011 | 10000 | 10110 | 1000111 | 110001 |
Color Harmonies of #D76524
Complementary color
Monochromatic Colors of #D76524
Black with #D76524
Text Example
Text Example
White with #D76524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76524; }
p { color: rgb(215,101,36); }
H1.HeaderClassName
{
color: #D76524;
}
.AnyTagClassName
{
color: #D76524;
}
</style>
background-color css
<style>
a { background-color: #D76524; }
a { background-color: rgb(215,101,36); }
div.DivClassName
{
background-color: #D76524;
}
.BgClassName
{
background-color: #D76524;
}
</style>
border-color css
<style>
span { border-color: #D76524; }
span { border-color: rgb(215,101,36); }
td.TdClassName
{
border-color: #D76524;
}
.TagClassName
{
border-color: #D76524;
}
</style>