Shades of Baker's Chocolate #561F09
Tints of Baker's Chocolate #561F09
RGB
CMYK
RGB Variations
Color information
#561F09 (or 0x561F09) is known color: Baker's Chocolate. HEX triplet: 56, 1F and 09. RGB value is (86,31,9). Sum of RGB (Red+Green+Blue) = 86+31+9=126 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.25% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 86 - color contains mainly: red. Hex color #561F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F09 is #A9E0F6. Grayscale: #2D2D2D. Windows color (decimal): -11133175 or 597846. OLE color: 597846.
HSL color Cylindrical-coordinate representation of color #561F09: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #561F09 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 9 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.66 |
| HSL | 17.14º | 0.81% | 0.19% | - |
| HSV(B) | 17.14º | 0.9% | 0.34% | - |
| XYZ | 4.38 | 2.98 | 0.6 | - |
| YUV | 44.94 | 107.72 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 9 | 0 | 0.64 | 0.90 | 0.66 | 17.14 | 0.81 | 0.19 |
| Hex | 56 | 1F | 9 | 0 | 40 | 5A | 42 | 11 | 51 | 13 |
| Octal | 126 | 37 | 11 | 0 | 100 | 132 | 102 | 21 | 121 | 23 |
| Binary | 1010110 | 11111 | 1001 | 0 | 1000000 | 1011010 | 1000010 | 10001 | 1010001 | 10011 |
Color Harmonies of #561F09
Complementary color
Monochromatic Colors of #561F09
Black with #561F09
Text Example
Text Example
White with #561F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F09; }
p { color: rgb(86,31,9); }
H1.HeaderClassName
{
color: #561F09;
}
.AnyTagClassName
{
color: #561F09;
}
</style>
background-color css
<style>
a { background-color: #561F09; }
a { background-color: rgb(86,31,9); }
div.DivClassName
{
background-color: #561F09;
}
.BgClassName
{
background-color: #561F09;
}
</style>
border-color css
<style>
span { border-color: #561F09; }
span { border-color: rgb(86,31,9); }
td.TdClassName
{
border-color: #561F09;
}
.TagClassName
{
border-color: #561F09;
}
</style>