Shades of Baker's Chocolate #561B00
Tints of Baker's Chocolate #561B00
RGB
CMYK
RGB Variations
Color information
#561B00 (or 0x561B00) is known color: Baker's Chocolate. HEX triplet: 56, 1B and 00. RGB value is (86,27,0). Sum of RGB (Red+Green+Blue) = 86+27+0=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #561B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561B00 is #A9E4FF. Grayscale: #292929. Windows color (decimal): -11134208 or 6998. OLE color: 6998.
HSL color Cylindrical-coordinate representation of color #561B00: hue angle of 18.84º 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 #561B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.66 |
| HSL | 18.84º | 1% | 0.17% | - |
| HSV(B) | 18.84º | 1% | 0.34% | - |
| XYZ | 4.23 | 2.76 | 0.31 | - |
| YUV | 41.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 0 | 0 | 0.69 | 1 | 0.66 | 18.84 | 1 | 0.17 |
| Hex | 56 | 1B | 0 | 0 | 45 | 64 | 42 | 13 | 64 | 11 |
| Octal | 126 | 33 | 0 | 0 | 105 | 144 | 102 | 23 | 144 | 21 |
| Binary | 1010110 | 11011 | 0 | 0 | 1000101 | 1100100 | 1000010 | 10011 | 1100100 | 10001 |
Color Harmonies of #561B00
Complementary color
Monochromatic Colors of #561B00
Black with #561B00
Text Example
Text Example
White with #561B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B00; }
p { color: rgb(86,27,0); }
H1.HeaderClassName
{
color: #561B00;
}
.AnyTagClassName
{
color: #561B00;
}
</style>
background-color css
<style>
a { background-color: #561B00; }
a { background-color: rgb(86,27,0); }
div.DivClassName
{
background-color: #561B00;
}
.BgClassName
{
background-color: #561B00;
}
</style>
border-color css
<style>
span { border-color: #561B00; }
span { border-color: rgb(86,27,0); }
td.TdClassName
{
border-color: #561B00;
}
.TagClassName
{
border-color: #561B00;
}
</style>