Shades of Chocolate #D57113
Tints of Chocolate #D57113
RGB
CMYK
RGB Variations
Color information
#D57113 (or 0xD57113) is known color: Chocolate. HEX triplet: D5, 71 and 13. RGB value is (213,113,19). Sum of RGB (Red+Green+Blue) = 213+113+19=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D57113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57113 is #2A8EEC. Grayscale: #848484. Windows color (decimal): -2789101 or 1274325. OLE color: 1274325.
HSL color Cylindrical-coordinate representation of color #D57113: hue angle of 29.07º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D57113 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 19 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.16 |
| HSL | 29.07º | 0.84% | 0.45% | - |
| HSV(B) | 29.07º | 0.91% | 0.84% | - |
| XYZ | 33.46 | 26 | 3.87 | - |
| YUV | 132.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 19 | 0 | 0.47 | 0.91 | 0.16 | 29.07 | 0.84 | 0.45 |
| Hex | D5 | 71 | 13 | 0 | 2F | 5B | 10 | 1D | 54 | 2D |
| Octal | 325 | 161 | 23 | 0 | 57 | 133 | 20 | 35 | 124 | 55 |
| Binary | 11010101 | 1110001 | 10011 | 0 | 101111 | 1011011 | 10000 | 11101 | 1010100 | 101101 |
Color Harmonies of #D57113
Complementary color
Monochromatic Colors of #D57113
Black with #D57113
Text Example
Text Example
White with #D57113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57113; }
p { color: rgb(213,113,19); }
H1.HeaderClassName
{
color: #D57113;
}
.AnyTagClassName
{
color: #D57113;
}
</style>
background-color css
<style>
a { background-color: #D57113; }
a { background-color: rgb(213,113,19); }
div.DivClassName
{
background-color: #D57113;
}
.BgClassName
{
background-color: #D57113;
}
</style>
border-color css
<style>
span { border-color: #D57113; }
span { border-color: rgb(213,113,19); }
td.TdClassName
{
border-color: #D57113;
}
.TagClassName
{
border-color: #D57113;
}
</style>