Shades of Baker's Chocolate #563C13
Tints of Baker's Chocolate #563C13
RGB
CMYK
RGB Variations
Color information
#563C13 (or 0x563C13) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 13. RGB value is (86,60,19). Sum of RGB (Red+Green+Blue) = 86+60+19=165 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.12% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 86 - color contains mainly: red. Hex color #563C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C13 is #A9C3EC. Grayscale: #3F3F3F. Windows color (decimal): -11125741 or 1260630. OLE color: 1260630.
HSL color Cylindrical-coordinate representation of color #563C13: hue angle of 36.72º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #563C13 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 19 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.66 |
| HSL | 36.72º | 0.64% | 0.21% | - |
| HSV(B) | 36.72º | 0.78% | 0.34% | - |
| XYZ | 5.57 | 5.26 | 1.34 | - |
| YUV | 63.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 19 | 0 | 0.30 | 0.78 | 0.66 | 36.72 | 0.64 | 0.21 |
| Hex | 56 | 3C | 13 | 0 | 1E | 4E | 42 | 25 | 40 | 15 |
| Octal | 126 | 74 | 23 | 0 | 36 | 116 | 102 | 45 | 100 | 25 |
| Binary | 1010110 | 111100 | 10011 | 0 | 11110 | 1001110 | 1000010 | 100101 | 1000000 | 10101 |
Color Harmonies of #563C13
Complementary color
Monochromatic Colors of #563C13
Black with #563C13
Text Example
Text Example
White with #563C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C13; }
p { color: rgb(86,60,19); }
H1.HeaderClassName
{
color: #563C13;
}
.AnyTagClassName
{
color: #563C13;
}
</style>
background-color css
<style>
a { background-color: #563C13; }
a { background-color: rgb(86,60,19); }
div.DivClassName
{
background-color: #563C13;
}
.BgClassName
{
background-color: #563C13;
}
</style>
border-color css
<style>
span { border-color: #563C13; }
span { border-color: rgb(86,60,19); }
td.TdClassName
{
border-color: #563C13;
}
.TagClassName
{
border-color: #563C13;
}
</style>