Shades of Baker's Chocolate #563E08
Tints of Baker's Chocolate #563E08
RGB
CMYK
RGB Variations
Color information
#563E08 (or 0x563E08) is known color: Baker's Chocolate. HEX triplet: 56, 3E and 08. RGB value is (86,62,8). Sum of RGB (Red+Green+Blue) = 86+62+8=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 62 (24.61% from 255 or 39.74% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563E08 is #A9C1F7. Grayscale: #3F3F3F. Windows color (decimal): -11125240 or 540246. OLE color: 540246.
HSL color Cylindrical-coordinate representation of color #563E08: hue angle of 41.54º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #563E08 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 62 | 8 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.66 |
| HSL | 41.54º | 0.83% | 0.18% | - |
| HSV(B) | 41.54º | 0.91% | 0.34% | - |
| XYZ | 5.6 | 5.44 | 0.98 | - |
| YUV | 63.02 | 96.95 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 62 | 8 | 0 | 0.28 | 0.91 | 0.66 | 41.54 | 0.83 | 0.18 |
| Hex | 56 | 3E | 8 | 0 | 1C | 5B | 42 | 2A | 53 | 12 |
| Octal | 126 | 76 | 10 | 0 | 34 | 133 | 102 | 52 | 123 | 22 |
| Binary | 1010110 | 111110 | 1000 | 0 | 11100 | 1011011 | 1000010 | 101010 | 1010011 | 10010 |
Color Harmonies of #563E08
Complementary color
Monochromatic Colors of #563E08
Black with #563E08
Text Example
Text Example
White with #563E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563E08; }
p { color: rgb(86,62,8); }
H1.HeaderClassName
{
color: #563E08;
}
.AnyTagClassName
{
color: #563E08;
}
</style>
background-color css
<style>
a { background-color: #563E08; }
a { background-color: rgb(86,62,8); }
div.DivClassName
{
background-color: #563E08;
}
.BgClassName
{
background-color: #563E08;
}
</style>
border-color css
<style>
span { border-color: #563E08; }
span { border-color: rgb(86,62,8); }
td.TdClassName
{
border-color: #563E08;
}
.TagClassName
{
border-color: #563E08;
}
</style>