Shades of Baker's Chocolate #561E07
Tints of Baker's Chocolate #561E07
RGB
CMYK
RGB Variations
Color information
#561E07 (or 0x561E07) is known color: Baker's Chocolate. HEX triplet: 56, 1E and 07. RGB value is (86,30,7). Sum of RGB (Red+Green+Blue) = 86+30+7=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #561E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E07 is #A9E1F8. Grayscale: #2C2C2C. Windows color (decimal): -11133433 or 466518. OLE color: 466518.
HSL color Cylindrical-coordinate representation of color #561E07: hue angle of 17.47º 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 #561E07 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 7 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.66 |
| HSL | 17.47º | 0.85% | 0.18% | - |
| HSV(B) | 17.47º | 0.92% | 0.34% | - |
| XYZ | 4.34 | 2.92 | 0.54 | - |
| YUV | 44.12 | 107.05 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 7 | 0 | 0.65 | 0.92 | 0.66 | 17.47 | 0.85 | 0.18 |
| Hex | 56 | 1E | 7 | 0 | 41 | 5C | 42 | 11 | 55 | 12 |
| Octal | 126 | 36 | 7 | 0 | 101 | 134 | 102 | 21 | 125 | 22 |
| Binary | 1010110 | 11110 | 111 | 0 | 1000001 | 1011100 | 1000010 | 10001 | 1010101 | 10010 |
Color Harmonies of #561E07
Complementary color
Monochromatic Colors of #561E07
Black with #561E07
Text Example
Text Example
White with #561E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E07; }
p { color: rgb(86,30,7); }
H1.HeaderClassName
{
color: #561E07;
}
.AnyTagClassName
{
color: #561E07;
}
</style>
background-color css
<style>
a { background-color: #561E07; }
a { background-color: rgb(86,30,7); }
div.DivClassName
{
background-color: #561E07;
}
.BgClassName
{
background-color: #561E07;
}
</style>
border-color css
<style>
span { border-color: #561E07; }
span { border-color: rgb(86,30,7); }
td.TdClassName
{
border-color: #561E07;
}
.TagClassName
{
border-color: #561E07;
}
</style>