Shades of Baker's Chocolate #563A03
Tints of Baker's Chocolate #563A03
RGB
CMYK
RGB Variations
Color information
#563A03 (or 0x563A03) is known color: Baker's Chocolate. HEX triplet: 56, 3A and 03. RGB value is (86,58,3). Sum of RGB (Red+Green+Blue) = 86+58+3=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #563A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563A03 is #A9C5FC. Grayscale: #3C3C3C. Windows color (decimal): -11126269 or 211542. OLE color: 211542.
HSL color Cylindrical-coordinate representation of color #563A03: hue angle of 39.76º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #563A03 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 3 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.66 |
| HSL | 39.76º | 0.93% | 0.17% | - |
| HSV(B) | 39.76º | 0.97% | 0.34% | - |
| XYZ | 5.37 | 5.01 | 0.77 | - |
| YUV | 60.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 3 | 0 | 0.33 | 0.97 | 0.66 | 39.76 | 0.93 | 0.17 |
| Hex | 56 | 3A | 3 | 0 | 21 | 61 | 42 | 28 | 5D | 11 |
| Octal | 126 | 72 | 3 | 0 | 41 | 141 | 102 | 50 | 135 | 21 |
| Binary | 1010110 | 111010 | 11 | 0 | 100001 | 1100001 | 1000010 | 101000 | 1011101 | 10001 |
Color Harmonies of #563A03
Complementary color
Monochromatic Colors of #563A03
Black with #563A03
Text Example
Text Example
White with #563A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A03; }
p { color: rgb(86,58,3); }
H1.HeaderClassName
{
color: #563A03;
}
.AnyTagClassName
{
color: #563A03;
}
</style>
background-color css
<style>
a { background-color: #563A03; }
a { background-color: rgb(86,58,3); }
div.DivClassName
{
background-color: #563A03;
}
.BgClassName
{
background-color: #563A03;
}
</style>
border-color css
<style>
span { border-color: #563A03; }
span { border-color: rgb(86,58,3); }
td.TdClassName
{
border-color: #563A03;
}
.TagClassName
{
border-color: #563A03;
}
</style>