Shades of Baker's Chocolate #561F08
Tints of Baker's Chocolate #561F08
RGB
CMYK
RGB Variations
Color information
#561F08 (or 0x561F08) is known color: Baker's Chocolate. HEX triplet: 56, 1F and 08. RGB value is (86,31,8). Sum of RGB (Red+Green+Blue) = 86+31+8=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #561F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561F08 is #A9E0F7. Grayscale: #2C2C2C. Windows color (decimal): -11133176 or 532310. OLE color: 532310.
HSL color Cylindrical-coordinate representation of color #561F08: hue angle of 17.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #561F08 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 31 | 8 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.66 |
| HSL | 17.69º | 0.83% | 0.18% | - |
| HSV(B) | 17.69º | 0.91% | 0.34% | - |
| XYZ | 4.37 | 2.98 | 0.57 | - |
| YUV | 44.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 31 | 8 | 0 | 0.64 | 0.91 | 0.66 | 17.69 | 0.83 | 0.18 |
| Hex | 56 | 1F | 8 | 0 | 40 | 5B | 42 | 12 | 53 | 12 |
| Octal | 126 | 37 | 10 | 0 | 100 | 133 | 102 | 22 | 123 | 22 |
| Binary | 1010110 | 11111 | 1000 | 0 | 1000000 | 1011011 | 1000010 | 10010 | 1010011 | 10010 |
Color Harmonies of #561F08
Complementary color
Monochromatic Colors of #561F08
Black with #561F08
Text Example
Text Example
White with #561F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561F08; }
p { color: rgb(86,31,8); }
H1.HeaderClassName
{
color: #561F08;
}
.AnyTagClassName
{
color: #561F08;
}
</style>
background-color css
<style>
a { background-color: #561F08; }
a { background-color: rgb(86,31,8); }
div.DivClassName
{
background-color: #561F08;
}
.BgClassName
{
background-color: #561F08;
}
</style>
border-color css
<style>
span { border-color: #561F08; }
span { border-color: rgb(86,31,8); }
td.TdClassName
{
border-color: #561F08;
}
.TagClassName
{
border-color: #561F08;
}
</style>