Shades of Baker's Chocolate #563C03
Tints of Baker's Chocolate #563C03
RGB
CMYK
RGB Variations
Color information
#563C03 (or 0x563C03) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 03. RGB value is (86,60,3). Sum of RGB (Red+Green+Blue) = 86+60+3=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #563C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C03 is #A9C3FC. Grayscale: #3D3D3D. Windows color (decimal): -11125757 or 212054. OLE color: 212054.
HSL color Cylindrical-coordinate representation of color #563C03: hue angle of 41.2º 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 #563C03 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 3 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.66 |
| HSL | 41.2º | 0.93% | 0.17% | - |
| HSV(B) | 41.2º | 0.97% | 0.34% | - |
| XYZ | 5.47 | 5.22 | 0.8 | - |
| YUV | 61.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 3 | 0 | 0.30 | 0.97 | 0.66 | 41.2 | 0.93 | 0.17 |
| Hex | 56 | 3C | 3 | 0 | 1E | 61 | 42 | 29 | 5D | 11 |
| Octal | 126 | 74 | 3 | 0 | 36 | 141 | 102 | 51 | 135 | 21 |
| Binary | 1010110 | 111100 | 11 | 0 | 11110 | 1100001 | 1000010 | 101001 | 1011101 | 10001 |
Color Harmonies of #563C03
Complementary color
Monochromatic Colors of #563C03
Black with #563C03
Text Example
Text Example
White with #563C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C03; }
p { color: rgb(86,60,3); }
H1.HeaderClassName
{
color: #563C03;
}
.AnyTagClassName
{
color: #563C03;
}
</style>
background-color css
<style>
a { background-color: #563C03; }
a { background-color: rgb(86,60,3); }
div.DivClassName
{
background-color: #563C03;
}
.BgClassName
{
background-color: #563C03;
}
</style>
border-color css
<style>
span { border-color: #563C03; }
span { border-color: rgb(86,60,3); }
td.TdClassName
{
border-color: #563C03;
}
.TagClassName
{
border-color: #563C03;
}
</style>