Shades of Chocolate #D57112
Tints of Chocolate #D57112
RGB
CMYK
RGB Variations
Color information
#D57112 (or 0xD57112) is known color: Chocolate. HEX triplet: D5, 71 and 12. RGB value is (213,113,18). Sum of RGB (Red+Green+Blue) = 213+113+18=344 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.92% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 213 - color contains mainly: red. Hex color #D57112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57112 is #2A8EED. Grayscale: #848484. Windows color (decimal): -2789102 or 1208789. OLE color: 1208789.
HSL color Cylindrical-coordinate representation of color #D57112: hue angle of 29.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57112 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 18 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.16 |
| HSL | 29.23º | 0.84% | 0.45% | - |
| HSV(B) | 29.23º | 0.92% | 0.84% | - |
| XYZ | 33.45 | 26 | 3.83 | - |
| YUV | 132.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 18 | 0 | 0.47 | 0.92 | 0.16 | 29.23 | 0.84 | 0.45 |
| Hex | D5 | 71 | 12 | 0 | 2F | 5C | 10 | 1D | 54 | 2D |
| Octal | 325 | 161 | 22 | 0 | 57 | 134 | 20 | 35 | 124 | 55 |
| Binary | 11010101 | 1110001 | 10010 | 0 | 101111 | 1011100 | 10000 | 11101 | 1010100 | 101101 |
Color Harmonies of #D57112
Complementary color
Monochromatic Colors of #D57112
Black with #D57112
Text Example
Text Example
White with #D57112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57112; }
p { color: rgb(213,113,18); }
H1.HeaderClassName
{
color: #D57112;
}
.AnyTagClassName
{
color: #D57112;
}
</style>
background-color css
<style>
a { background-color: #D57112; }
a { background-color: rgb(213,113,18); }
div.DivClassName
{
background-color: #D57112;
}
.BgClassName
{
background-color: #D57112;
}
</style>
border-color css
<style>
span { border-color: #D57112; }
span { border-color: rgb(213,113,18); }
td.TdClassName
{
border-color: #D57112;
}
.TagClassName
{
border-color: #D57112;
}
</style>