Shades of Baker's Chocolate #561E04
Tints of Baker's Chocolate #561E04
RGB
CMYK
RGB Variations
Color information
#561E04 (or 0x561E04) is known color: Baker's Chocolate. HEX triplet: 56, 1E and 04. RGB value is (86,30,4). Sum of RGB (Red+Green+Blue) = 86+30+4=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #561E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E04 is #A9E1FB. Grayscale: #2B2B2B. Windows color (decimal): -11133436 or 269910. OLE color: 269910.
HSL color Cylindrical-coordinate representation of color #561E04: hue angle of 19.02º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #561E04 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 4 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.66 |
| HSL | 19.02º | 0.91% | 0.18% | - |
| HSV(B) | 19.02º | 0.95% | 0.34% | - |
| XYZ | 4.32 | 2.92 | 0.45 | - |
| YUV | 43.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 4 | 0 | 0.65 | 0.95 | 0.66 | 19.02 | 0.91 | 0.18 |
| Hex | 56 | 1E | 4 | 0 | 41 | 5F | 42 | 13 | 5B | 12 |
| Octal | 126 | 36 | 4 | 0 | 101 | 137 | 102 | 23 | 133 | 22 |
| Binary | 1010110 | 11110 | 100 | 0 | 1000001 | 1011111 | 1000010 | 10011 | 1011011 | 10010 |
Color Harmonies of #561E04
Complementary color
Monochromatic Colors of #561E04
Black with #561E04
Text Example
Text Example
White with #561E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E04; }
p { color: rgb(86,30,4); }
H1.HeaderClassName
{
color: #561E04;
}
.AnyTagClassName
{
color: #561E04;
}
</style>
background-color css
<style>
a { background-color: #561E04; }
a { background-color: rgb(86,30,4); }
div.DivClassName
{
background-color: #561E04;
}
.BgClassName
{
background-color: #561E04;
}
</style>
border-color css
<style>
span { border-color: #561E04; }
span { border-color: rgb(86,30,4); }
td.TdClassName
{
border-color: #561E04;
}
.TagClassName
{
border-color: #561E04;
}
</style>