Shades of Baker's Chocolate #561D07
Tints of Baker's Chocolate #561D07
RGB
CMYK
RGB Variations
Color information
#561D07 (or 0x561D07) is known color: Baker's Chocolate. HEX triplet: 56, 1D and 07. RGB value is (86,29,7). Sum of RGB (Red+Green+Blue) = 86+29+7=122 (16% of max value = 765). Red value is 86 (33.98% from 255 or 70.49% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 86 - color contains mainly: red. Hex color #561D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D07 is #A9E2F8. Grayscale: #2B2B2B. Windows color (decimal): -11133689 or 466262. OLE color: 466262.
HSL color Cylindrical-coordinate representation of color #561D07: hue angle of 16.71º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #561D07 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 7 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.66 |
| HSL | 16.71º | 0.85% | 0.18% | - |
| HSV(B) | 16.71º | 0.92% | 0.34% | - |
| XYZ | 4.32 | 2.87 | 0.53 | - |
| YUV | 43.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 7 | 0 | 0.66 | 0.92 | 0.66 | 16.71 | 0.85 | 0.18 |
| Hex | 56 | 1D | 7 | 0 | 42 | 5C | 42 | 11 | 55 | 12 |
| Octal | 126 | 35 | 7 | 0 | 102 | 134 | 102 | 21 | 125 | 22 |
| Binary | 1010110 | 11101 | 111 | 0 | 1000010 | 1011100 | 1000010 | 10001 | 1010101 | 10010 |
Color Harmonies of #561D07
Complementary color
Monochromatic Colors of #561D07
Black with #561D07
Text Example
Text Example
White with #561D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D07; }
p { color: rgb(86,29,7); }
H1.HeaderClassName
{
color: #561D07;
}
.AnyTagClassName
{
color: #561D07;
}
</style>
background-color css
<style>
a { background-color: #561D07; }
a { background-color: rgb(86,29,7); }
div.DivClassName
{
background-color: #561D07;
}
.BgClassName
{
background-color: #561D07;
}
</style>
border-color css
<style>
span { border-color: #561D07; }
span { border-color: rgb(86,29,7); }
td.TdClassName
{
border-color: #561D07;
}
.TagClassName
{
border-color: #561D07;
}
</style>