Shades of Baker's Chocolate #561900
Tints of Baker's Chocolate #561900
RGB
CMYK
RGB Variations
Color information
#561900 (or 0x561900) is known color: Baker's Chocolate. HEX triplet: 56, 19 and 00. RGB value is (86,25,0). Sum of RGB (Red+Green+Blue) = 86+25+0=111 (14% of max value = 765). Red value is 86 (33.98% from 255 or 77.48% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 86 - color contains mainly: red. Hex color #561900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561900 is #A9E6FF. Grayscale: #282828. Windows color (decimal): -11134720 or 6486. OLE color: 6486.
HSL color Cylindrical-coordinate representation of color #561900: hue angle of 17.44º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #561900 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.66 |
| HSL | 17.44º | 1% | 0.17% | - |
| HSV(B) | 17.44º | 1% | 0.34% | - |
| XYZ | 4.19 | 2.67 | 0.3 | - |
| YUV | 40.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 0 | 0 | 0.71 | 1 | 0.66 | 17.44 | 1 | 0.17 |
| Hex | 56 | 19 | 0 | 0 | 47 | 64 | 42 | 11 | 64 | 11 |
| Octal | 126 | 31 | 0 | 0 | 107 | 144 | 102 | 21 | 144 | 21 |
| Binary | 1010110 | 11001 | 0 | 0 | 1000111 | 1100100 | 1000010 | 10001 | 1100100 | 10001 |
Color Harmonies of #561900
Complementary color
Monochromatic Colors of #561900
Black with #561900
Text Example
Text Example
White with #561900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561900; }
p { color: rgb(86,25,0); }
H1.HeaderClassName
{
color: #561900;
}
.AnyTagClassName
{
color: #561900;
}
</style>
background-color css
<style>
a { background-color: #561900; }
a { background-color: rgb(86,25,0); }
div.DivClassName
{
background-color: #561900;
}
.BgClassName
{
background-color: #561900;
}
</style>
border-color css
<style>
span { border-color: #561900; }
span { border-color: rgb(86,25,0); }
td.TdClassName
{
border-color: #561900;
}
.TagClassName
{
border-color: #561900;
}
</style>