Shades of Baker's Chocolate #563C01
Tints of Baker's Chocolate #563C01
RGB
CMYK
RGB Variations
Color information
#563C01 (or 0x563C01) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 01. RGB value is (86,60,1). Sum of RGB (Red+Green+Blue) = 86+60+1=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #563C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C01 is #A9C3FE. Grayscale: #3D3D3D. Windows color (decimal): -11125759 or 80982. OLE color: 80982.
HSL color Cylindrical-coordinate representation of color #563C01: hue angle of 41.65º 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 #563C01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.66 |
| HSL | 41.65º | 0.98% | 0.17% | - |
| HSV(B) | 41.65º | 0.99% | 0.34% | - |
| XYZ | 5.46 | 5.21 | 0.75 | - |
| YUV | 61.05 | 94.11 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 1 | 0 | 0.30 | 0.99 | 0.66 | 41.65 | 0.98 | 0.17 |
| Hex | 56 | 3C | 1 | 0 | 1E | 63 | 42 | 2A | 62 | 11 |
| Octal | 126 | 74 | 1 | 0 | 36 | 143 | 102 | 52 | 142 | 21 |
| Binary | 1010110 | 111100 | 1 | 0 | 11110 | 1100011 | 1000010 | 101010 | 1100010 | 10001 |
Color Harmonies of #563C01
Complementary color
Monochromatic Colors of #563C01
Black with #563C01
Text Example
Text Example
White with #563C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C01; }
p { color: rgb(86,60,1); }
H1.HeaderClassName
{
color: #563C01;
}
.AnyTagClassName
{
color: #563C01;
}
</style>
background-color css
<style>
a { background-color: #563C01; }
a { background-color: rgb(86,60,1); }
div.DivClassName
{
background-color: #563C01;
}
.BgClassName
{
background-color: #563C01;
}
</style>
border-color css
<style>
span { border-color: #563C01; }
span { border-color: rgb(86,60,1); }
td.TdClassName
{
border-color: #563C01;
}
.TagClassName
{
border-color: #563C01;
}
</style>