Shades of Chocolate #D5561B
Tints of Chocolate #D5561B
RGB
CMYK
RGB Variations
Color information
#D5561B (or 0xD5561B) is known color: Chocolate. HEX triplet: D5, 56 and 1B. RGB value is (213,86,27). Sum of RGB (Red+Green+Blue) = 213+86+27=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5561B is #2AA9E4. Grayscale: #757575. Windows color (decimal): -2796005 or 1791701. OLE color: 1791701.
HSL color Cylindrical-coordinate representation of color #D5561B: hue angle of 19.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5561B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.16 |
| HSL | 19.03º | 0.78% | 0.47% | - |
| HSV(B) | 19.03º | 0.87% | 0.84% | - |
| XYZ | 30.97 | 20.88 | 3.44 | - |
| YUV | 117.25 | 77.08 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 27 | 0 | 0.60 | 0.87 | 0.16 | 19.03 | 0.78 | 0.47 |
| Hex | D5 | 56 | 1B | 0 | 3C | 57 | 10 | 13 | 4E | 2F |
| Octal | 325 | 126 | 33 | 0 | 74 | 127 | 20 | 23 | 116 | 57 |
| Binary | 11010101 | 1010110 | 11011 | 0 | 111100 | 1010111 | 10000 | 10011 | 1001110 | 101111 |
Color Harmonies of #D5561B
Complementary color
Monochromatic Colors of #D5561B
Black with #D5561B
Text Example
Text Example
White with #D5561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5561B; }
p { color: rgb(213,86,27); }
H1.HeaderClassName
{
color: #D5561B;
}
.AnyTagClassName
{
color: #D5561B;
}
</style>
background-color css
<style>
a { background-color: #D5561B; }
a { background-color: rgb(213,86,27); }
div.DivClassName
{
background-color: #D5561B;
}
.BgClassName
{
background-color: #D5561B;
}
</style>
border-color css
<style>
span { border-color: #D5561B; }
span { border-color: rgb(213,86,27); }
td.TdClassName
{
border-color: #D5561B;
}
.TagClassName
{
border-color: #D5561B;
}
</style>