Shades of Baker's Chocolate #562204
Tints of Baker's Chocolate #562204
RGB
CMYK
RGB Variations
Color information
#562204 (or 0x562204) is known color: Baker's Chocolate. HEX triplet: 56, 22 and 04. RGB value is (86,34,4). Sum of RGB (Red+Green+Blue) = 86+34+4=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #562204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562204 is #A9DDFB. Grayscale: #2E2E2E. Windows color (decimal): -11132412 or 270934. OLE color: 270934.
HSL color Cylindrical-coordinate representation of color #562204: hue angle of 21.95º 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 #562204 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 4 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.66 |
| HSL | 21.95º | 0.91% | 0.18% | - |
| HSV(B) | 21.95º | 0.95% | 0.34% | - |
| XYZ | 4.43 | 3.13 | 0.49 | - |
| YUV | 46.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 4 | 0 | 0.60 | 0.95 | 0.66 | 21.95 | 0.91 | 0.18 |
| Hex | 56 | 22 | 4 | 0 | 3C | 5F | 42 | 16 | 5B | 12 |
| Octal | 126 | 42 | 4 | 0 | 74 | 137 | 102 | 26 | 133 | 22 |
| Binary | 1010110 | 100010 | 100 | 0 | 111100 | 1011111 | 1000010 | 10110 | 1011011 | 10010 |
Color Harmonies of #562204
Complementary color
Monochromatic Colors of #562204
Black with #562204
Text Example
Text Example
White with #562204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562204; }
p { color: rgb(86,34,4); }
H1.HeaderClassName
{
color: #562204;
}
.AnyTagClassName
{
color: #562204;
}
</style>
background-color css
<style>
a { background-color: #562204; }
a { background-color: rgb(86,34,4); }
div.DivClassName
{
background-color: #562204;
}
.BgClassName
{
background-color: #562204;
}
</style>
border-color css
<style>
span { border-color: #562204; }
span { border-color: rgb(86,34,4); }
td.TdClassName
{
border-color: #562204;
}
.TagClassName
{
border-color: #562204;
}
</style>