Shades of Baker's Chocolate #562200
Tints of Baker's Chocolate #562200
RGB
CMYK
RGB Variations
Color information
#562200 (or 0x562200) is known color: Baker's Chocolate. HEX triplet: 56, 22 and 00. RGB value is (86,34,0). Sum of RGB (Red+Green+Blue) = 86+34+0=120 (15% of max value = 765). Red value is 86 (33.98% from 255 or 71.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 86 - color contains mainly: red. Hex color #562200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562200 is #A9DDFF. Grayscale: #2D2D2D. Windows color (decimal): -11132416 or 8790. OLE color: 8790.
HSL color Cylindrical-coordinate representation of color #562200: hue angle of 23.72º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #562200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.66 |
| HSL | 23.72º | 1% | 0.17% | - |
| HSV(B) | 23.72º | 1% | 0.34% | - |
| XYZ | 4.41 | 3.12 | 0.37 | - |
| YUV | 45.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 0 | 0 | 0.60 | 1 | 0.66 | 23.72 | 1 | 0.17 |
| Hex | 56 | 22 | 0 | 0 | 3C | 64 | 42 | 18 | 64 | 11 |
| Octal | 126 | 42 | 0 | 0 | 74 | 144 | 102 | 30 | 144 | 21 |
| Binary | 1010110 | 100010 | 0 | 0 | 111100 | 1100100 | 1000010 | 11000 | 1100100 | 10001 |
Color Harmonies of #562200
Complementary color
Monochromatic Colors of #562200
Black with #562200
Text Example
Text Example
White with #562200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562200; }
p { color: rgb(86,34,0); }
H1.HeaderClassName
{
color: #562200;
}
.AnyTagClassName
{
color: #562200;
}
</style>
background-color css
<style>
a { background-color: #562200; }
a { background-color: rgb(86,34,0); }
div.DivClassName
{
background-color: #562200;
}
.BgClassName
{
background-color: #562200;
}
</style>
border-color css
<style>
span { border-color: #562200; }
span { border-color: rgb(86,34,0); }
td.TdClassName
{
border-color: #562200;
}
.TagClassName
{
border-color: #562200;
}
</style>