Shades of Baker's Chocolate #562901
Tints of Baker's Chocolate #562901
RGB
CMYK
RGB Variations
Color information
#562901 (or 0x562901) is known color: Baker's Chocolate. HEX triplet: 56, 29 and 01. RGB value is (86,41,1). Sum of RGB (Red+Green+Blue) = 86+41+1=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #562901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562901 is #A9D6FE. Grayscale: #323232. Windows color (decimal): -11130623 or 76118. OLE color: 76118.
HSL color Cylindrical-coordinate representation of color #562901: hue angle of 28.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #562901 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 41 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.66 |
| HSL | 28.24º | 0.98% | 0.17% | - |
| HSV(B) | 28.24º | 0.99% | 0.34% | - |
| XYZ | 4.64 | 3.57 | 0.47 | - |
| YUV | 49.9 | 100.41 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 41 | 1 | 0 | 0.52 | 0.99 | 0.66 | 28.24 | 0.98 | 0.17 |
| Hex | 56 | 29 | 1 | 0 | 34 | 63 | 42 | 1C | 62 | 11 |
| Octal | 126 | 51 | 1 | 0 | 64 | 143 | 102 | 34 | 142 | 21 |
| Binary | 1010110 | 101001 | 1 | 0 | 110100 | 1100011 | 1000010 | 11100 | 1100010 | 10001 |
Color Harmonies of #562901
Complementary color
Monochromatic Colors of #562901
Black with #562901
Text Example
Text Example
White with #562901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562901; }
p { color: rgb(86,41,1); }
H1.HeaderClassName
{
color: #562901;
}
.AnyTagClassName
{
color: #562901;
}
</style>
background-color css
<style>
a { background-color: #562901; }
a { background-color: rgb(86,41,1); }
div.DivClassName
{
background-color: #562901;
}
.BgClassName
{
background-color: #562901;
}
</style>
border-color css
<style>
span { border-color: #562901; }
span { border-color: rgb(86,41,1); }
td.TdClassName
{
border-color: #562901;
}
.TagClassName
{
border-color: #562901;
}
</style>