Shades of Baker's Chocolate #561D04
Tints of Baker's Chocolate #561D04
RGB
CMYK
RGB Variations
Color information
#561D04 (or 0x561D04) is known color: Baker's Chocolate. HEX triplet: 56, 1D and 04. RGB value is (86,29,4). Sum of RGB (Red+Green+Blue) = 86+29+4=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #561D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #561D04 is #A9E2FB. Grayscale: #2B2B2B. Windows color (decimal): -11133692 or 269654. OLE color: 269654.
HSL color Cylindrical-coordinate representation of color #561D04: hue angle of 18.29º 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 #561D04 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 4 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.66 |
| HSL | 18.29º | 0.91% | 0.18% | - |
| HSV(B) | 18.29º | 0.95% | 0.34% | - |
| XYZ | 4.3 | 2.87 | 0.44 | - |
| YUV | 43.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 4 | 0 | 0.66 | 0.95 | 0.66 | 18.29 | 0.91 | 0.18 |
| Hex | 56 | 1D | 4 | 0 | 42 | 5F | 42 | 12 | 5B | 12 |
| Octal | 126 | 35 | 4 | 0 | 102 | 137 | 102 | 22 | 133 | 22 |
| Binary | 1010110 | 11101 | 100 | 0 | 1000010 | 1011111 | 1000010 | 10010 | 1011011 | 10010 |
Color Harmonies of #561D04
Complementary color
Monochromatic Colors of #561D04
Black with #561D04
Text Example
Text Example
White with #561D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D04; }
p { color: rgb(86,29,4); }
H1.HeaderClassName
{
color: #561D04;
}
.AnyTagClassName
{
color: #561D04;
}
</style>
background-color css
<style>
a { background-color: #561D04; }
a { background-color: rgb(86,29,4); }
div.DivClassName
{
background-color: #561D04;
}
.BgClassName
{
background-color: #561D04;
}
</style>
border-color css
<style>
span { border-color: #561D04; }
span { border-color: rgb(86,29,4); }
td.TdClassName
{
border-color: #561D04;
}
.TagClassName
{
border-color: #561D04;
}
</style>