Shades of Baker's Chocolate #561E03
Tints of Baker's Chocolate #561E03
RGB
CMYK
RGB Variations
Color information
#561E03 (or 0x561E03) is known color: Baker's Chocolate. HEX triplet: 56, 1E and 03. RGB value is (86,30,3). Sum of RGB (Red+Green+Blue) = 86+30+3=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561E03 is #A9E1FC. Grayscale: #2B2B2B. Windows color (decimal): -11133437 or 204374. OLE color: 204374.
HSL color Cylindrical-coordinate representation of color #561E03: hue angle of 19.52º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #561E03 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.66 |
| HSL | 19.52º | 0.93% | 0.17% | - |
| HSV(B) | 19.52º | 0.97% | 0.34% | - |
| XYZ | 4.32 | 2.91 | 0.42 | - |
| YUV | 43.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 3 | 0 | 0.65 | 0.97 | 0.66 | 19.52 | 0.93 | 0.17 |
| Hex | 56 | 1E | 3 | 0 | 41 | 61 | 42 | 14 | 5D | 11 |
| Octal | 126 | 36 | 3 | 0 | 101 | 141 | 102 | 24 | 135 | 21 |
| Binary | 1010110 | 11110 | 11 | 0 | 1000001 | 1100001 | 1000010 | 10100 | 1011101 | 10001 |
Color Harmonies of #561E03
Complementary color
Monochromatic Colors of #561E03
Black with #561E03
Text Example
Text Example
White with #561E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E03; }
p { color: rgb(86,30,3); }
H1.HeaderClassName
{
color: #561E03;
}
.AnyTagClassName
{
color: #561E03;
}
</style>
background-color css
<style>
a { background-color: #561E03; }
a { background-color: rgb(86,30,3); }
div.DivClassName
{
background-color: #561E03;
}
.BgClassName
{
background-color: #561E03;
}
</style>
border-color css
<style>
span { border-color: #561E03; }
span { border-color: rgb(86,30,3); }
td.TdClassName
{
border-color: #561E03;
}
.TagClassName
{
border-color: #561E03;
}
</style>