Shades of Chocolate #D56413
Tints of Chocolate #D56413
RGB
CMYK
RGB Variations
Color information
#D56413 (or 0xD56413) is known color: Chocolate. HEX triplet: D5, 64 and 13. RGB value is (213,100,19). Sum of RGB (Red+Green+Blue) = 213+100+19=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 19 (7.81% from 255 or 5.72% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D56413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56413 is #2A9BEC. Grayscale: #7C7C7C. Windows color (decimal): -2792429 or 1270997. OLE color: 1270997.
HSL color Cylindrical-coordinate representation of color #D56413: hue angle of 25.05º 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 #D56413 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 19 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.16 |
| HSL | 25.05º | 0.84% | 0.45% | - |
| HSV(B) | 25.05º | 0.91% | 0.84% | - |
| XYZ | 32.12 | 23.31 | 3.42 | - |
| YUV | 124.55 | 68.44 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 19 | 0 | 0.53 | 0.91 | 0.16 | 25.05 | 0.84 | 0.45 |
| Hex | D5 | 64 | 13 | 0 | 35 | 5B | 10 | 19 | 54 | 2D |
| Octal | 325 | 144 | 23 | 0 | 65 | 133 | 20 | 31 | 124 | 55 |
| Binary | 11010101 | 1100100 | 10011 | 0 | 110101 | 1011011 | 10000 | 11001 | 1010100 | 101101 |
Color Harmonies of #D56413
Complementary color
Monochromatic Colors of #D56413
Black with #D56413
Text Example
Text Example
White with #D56413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56413; }
p { color: rgb(213,100,19); }
H1.HeaderClassName
{
color: #D56413;
}
.AnyTagClassName
{
color: #D56413;
}
</style>
background-color css
<style>
a { background-color: #D56413; }
a { background-color: rgb(213,100,19); }
div.DivClassName
{
background-color: #D56413;
}
.BgClassName
{
background-color: #D56413;
}
</style>
border-color css
<style>
span { border-color: #D56413; }
span { border-color: rgb(213,100,19); }
td.TdClassName
{
border-color: #D56413;
}
.TagClassName
{
border-color: #D56413;
}
</style>