Shades of Chocolate #D0561A
Tints of Chocolate #D0561A
RGB
CMYK
RGB Variations
Color information
#D0561A (or 0xD0561A) is known color: Chocolate. HEX triplet: D0, 56 and 1A. RGB value is (208,86,26). Sum of RGB (Red+Green+Blue) = 208+86+26=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D0561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0561A is #2FA9E5. Grayscale: #737373. Windows color (decimal): -3123686 or 1726160. OLE color: 1726160.
HSL color Cylindrical-coordinate representation of color #D0561A: hue angle of 19.78º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0561A is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 26 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.18 |
| HSL | 19.78º | 0.78% | 0.46% | - |
| HSV(B) | 19.78º | 0.88% | 0.82% | - |
| XYZ | 29.53 | 20.14 | 3.31 | - |
| YUV | 115.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 26 | 0 | 0.59 | 0.88 | 0.18 | 19.78 | 0.78 | 0.46 |
| Hex | D0 | 56 | 1A | 0 | 3B | 58 | 12 | 14 | 4E | 2E |
| Octal | 320 | 126 | 32 | 0 | 73 | 130 | 22 | 24 | 116 | 56 |
| Binary | 11010000 | 1010110 | 11010 | 0 | 111011 | 1011000 | 10010 | 10100 | 1001110 | 101110 |
Color Harmonies of #D0561A
Complementary color
Monochromatic Colors of #D0561A
Black with #D0561A
Text Example
Text Example
White with #D0561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0561A; }
p { color: rgb(208,86,26); }
H1.HeaderClassName
{
color: #D0561A;
}
.AnyTagClassName
{
color: #D0561A;
}
</style>
background-color css
<style>
a { background-color: #D0561A; }
a { background-color: rgb(208,86,26); }
div.DivClassName
{
background-color: #D0561A;
}
.BgClassName
{
background-color: #D0561A;
}
</style>
border-color css
<style>
span { border-color: #D0561A; }
span { border-color: rgb(208,86,26); }
td.TdClassName
{
border-color: #D0561A;
}
.TagClassName
{
border-color: #D0561A;
}
</style>