Shades of Baker's Chocolate #563805
Tints of Baker's Chocolate #563805
RGB
CMYK
RGB Variations
Color information
#563805 (or 0x563805) is known color: Baker's Chocolate. HEX triplet: 56, 38 and 05. RGB value is (86,56,5). Sum of RGB (Red+Green+Blue) = 86+56+5=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #563805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563805 is #A9C7FA. Grayscale: #3B3B3B. Windows color (decimal): -11126779 or 342102. OLE color: 342102.
HSL color Cylindrical-coordinate representation of color #563805: hue angle of 37.78º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #563805 is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 56 | 5 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.66 |
| HSL | 37.78º | 0.89% | 0.18% | - |
| HSV(B) | 37.78º | 0.94% | 0.34% | - |
| XYZ | 5.28 | 4.82 | 0.8 | - |
| YUV | 59.16 | 97.44 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 5 | 0 | 0.35 | 0.94 | 0.66 | 37.78 | 0.89 | 0.18 |
| Hex | 56 | 38 | 5 | 0 | 23 | 5E | 42 | 26 | 59 | 12 |
| Octal | 126 | 70 | 5 | 0 | 43 | 136 | 102 | 46 | 131 | 22 |
| Binary | 1010110 | 111000 | 101 | 0 | 100011 | 1011110 | 1000010 | 100110 | 1011001 | 10010 |
Color Harmonies of #563805
Complementary color
Monochromatic Colors of #563805
Black with #563805
Text Example
Text Example
White with #563805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563805; }
p { color: rgb(86,56,5); }
H1.HeaderClassName
{
color: #563805;
}
.AnyTagClassName
{
color: #563805;
}
</style>
background-color css
<style>
a { background-color: #563805; }
a { background-color: rgb(86,56,5); }
div.DivClassName
{
background-color: #563805;
}
.BgClassName
{
background-color: #563805;
}
</style>
border-color css
<style>
span { border-color: #563805; }
span { border-color: rgb(86,56,5); }
td.TdClassName
{
border-color: #563805;
}
.TagClassName
{
border-color: #563805;
}
</style>