Shades of Baker's Chocolate #562B11
Tints of Baker's Chocolate #562B11
RGB
CMYK
RGB Variations
Color information
#562B11 (or 0x562B11) is known color: Baker's Chocolate. HEX triplet: 56, 2B and 11. RGB value is (86,43,17). Sum of RGB (Red+Green+Blue) = 86+43+17=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #562B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562B11 is #A9D4EE. Grayscale: #353535. Windows color (decimal): -11130095 or 1125206. OLE color: 1125206.
HSL color Cylindrical-coordinate representation of color #562B11: hue angle of 22.61º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562B11 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 43 | 17 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.66 |
| HSL | 22.61º | 0.67% | 0.2% | - |
| HSV(B) | 22.61º | 0.8% | 0.34% | - |
| XYZ | 4.8 | 3.75 | 1 | - |
| YUV | 52.89 | 107.75 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 43 | 17 | 0 | 0.50 | 0.80 | 0.66 | 22.61 | 0.67 | 0.2 |
| Hex | 56 | 2B | 11 | 0 | 32 | 50 | 42 | 17 | 43 | 14 |
| Octal | 126 | 53 | 21 | 0 | 62 | 120 | 102 | 27 | 103 | 24 |
| Binary | 1010110 | 101011 | 10001 | 0 | 110010 | 1010000 | 1000010 | 10111 | 1000011 | 10100 |
Color Harmonies of #562B11
Complementary color
Monochromatic Colors of #562B11
Black with #562B11
Text Example
Text Example
White with #562B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562B11; }
p { color: rgb(86,43,17); }
H1.HeaderClassName
{
color: #562B11;
}
.AnyTagClassName
{
color: #562B11;
}
</style>
background-color css
<style>
a { background-color: #562B11; }
a { background-color: rgb(86,43,17); }
div.DivClassName
{
background-color: #562B11;
}
.BgClassName
{
background-color: #562B11;
}
</style>
border-color css
<style>
span { border-color: #562B11; }
span { border-color: rgb(86,43,17); }
td.TdClassName
{
border-color: #562B11;
}
.TagClassName
{
border-color: #562B11;
}
</style>