Shades of Chocolate #D37124
Tints of Chocolate #D37124
RGB
CMYK
RGB Variations
Color information
#D37124 (or 0xD37124) is known color: Chocolate. HEX triplet: D3, 71 and 24. RGB value is (211,113,36). Sum of RGB (Red+Green+Blue) = 211+113+36=360 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.61% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 211 - color contains mainly: red. Hex color #D37124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D37124 is #2C8EDB. Grayscale: #858585. Windows color (decimal): -2920156 or 2388435. OLE color: 2388435.
HSL color Cylindrical-coordinate representation of color #D37124: hue angle of 26.4º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D37124 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 36 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.17 |
| HSL | 26.4º | 0.71% | 0.48% | - |
| HSV(B) | 26.4º | 0.83% | 0.83% | - |
| XYZ | 33.09 | 25.79 | 4.9 | - |
| YUV | 133.52 | 72.97 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 36 | 0 | 0.46 | 0.83 | 0.17 | 26.4 | 0.71 | 0.48 |
| Hex | D3 | 71 | 24 | 0 | 2E | 53 | 11 | 1A | 47 | 30 |
| Octal | 323 | 161 | 44 | 0 | 56 | 123 | 21 | 32 | 107 | 60 |
| Binary | 11010011 | 1110001 | 100100 | 0 | 101110 | 1010011 | 10001 | 11010 | 1000111 | 110000 |
Color Harmonies of #D37124
Complementary color
Monochromatic Colors of #D37124
Black with #D37124
Text Example
Text Example
White with #D37124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37124; }
p { color: rgb(211,113,36); }
H1.HeaderClassName
{
color: #D37124;
}
.AnyTagClassName
{
color: #D37124;
}
</style>
background-color css
<style>
a { background-color: #D37124; }
a { background-color: rgb(211,113,36); }
div.DivClassName
{
background-color: #D37124;
}
.BgClassName
{
background-color: #D37124;
}
</style>
border-color css
<style>
span { border-color: #D37124; }
span { border-color: rgb(211,113,36); }
td.TdClassName
{
border-color: #D37124;
}
.TagClassName
{
border-color: #D37124;
}
</style>