Shades of Chocolate #D76124
Tints of Chocolate #D76124
RGB
CMYK
RGB Variations
Color information
#D76124 (or 0xD76124) is known color: Chocolate. HEX triplet: D7, 61 and 24. RGB value is (215,97,36). Sum of RGB (Red+Green+Blue) = 215+97+36=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D76124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76124 is #289EDB. Grayscale: #7D7D7D. Windows color (decimal): -2662108 or 2384343. OLE color: 2384343.
HSL color Cylindrical-coordinate representation of color #D76124: hue angle of 20.45º 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 #D76124 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 97 | 36 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.16 |
| HSL | 20.45º | 0.71% | 0.49% | - |
| HSV(B) | 20.45º | 0.83% | 0.84% | - |
| XYZ | 32.62 | 23.12 | 4.41 | - |
| YUV | 125.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 36 | 0 | 0.55 | 0.83 | 0.16 | 20.45 | 0.71 | 0.49 |
| Hex | D7 | 61 | 24 | 0 | 37 | 53 | 10 | 14 | 47 | 31 |
| Octal | 327 | 141 | 44 | 0 | 67 | 123 | 20 | 24 | 107 | 61 |
| Binary | 11010111 | 1100001 | 100100 | 0 | 110111 | 1010011 | 10000 | 10100 | 1000111 | 110001 |
Color Harmonies of #D76124
Complementary color
Monochromatic Colors of #D76124
Black with #D76124
Text Example
Text Example
White with #D76124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76124; }
p { color: rgb(215,97,36); }
H1.HeaderClassName
{
color: #D76124;
}
.AnyTagClassName
{
color: #D76124;
}
</style>
background-color css
<style>
a { background-color: #D76124; }
a { background-color: rgb(215,97,36); }
div.DivClassName
{
background-color: #D76124;
}
.BgClassName
{
background-color: #D76124;
}
</style>
border-color css
<style>
span { border-color: #D76124; }
span { border-color: rgb(215,97,36); }
td.TdClassName
{
border-color: #D76124;
}
.TagClassName
{
border-color: #D76124;
}
</style>