Shades of Baker's Chocolate #563313
Tints of Baker's Chocolate #563313
RGB
CMYK
RGB Variations
Color information
#563313 (or 0x563313) is known color: Baker's Chocolate. HEX triplet: 56, 33 and 13. RGB value is (86,51,19). Sum of RGB (Red+Green+Blue) = 86+51+19=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563313 is #A9CCEC. Grayscale: #393939. Windows color (decimal): -11128045 or 1258326. OLE color: 1258326.
HSL color Cylindrical-coordinate representation of color #563313: hue angle of 28.66º 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 #563313 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 51 | 19 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.66 |
| HSL | 28.66º | 0.64% | 0.21% | - |
| HSV(B) | 28.66º | 0.78% | 0.34% | - |
| XYZ | 5.14 | 4.39 | 1.19 | - |
| YUV | 57.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 19 | 0 | 0.41 | 0.78 | 0.66 | 28.66 | 0.64 | 0.21 |
| Hex | 56 | 33 | 13 | 0 | 29 | 4E | 42 | 1D | 40 | 15 |
| Octal | 126 | 63 | 23 | 0 | 51 | 116 | 102 | 35 | 100 | 25 |
| Binary | 1010110 | 110011 | 10011 | 0 | 101001 | 1001110 | 1000010 | 11101 | 1000000 | 10101 |
Color Harmonies of #563313
Complementary color
Monochromatic Colors of #563313
Black with #563313
Text Example
Text Example
White with #563313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563313; }
p { color: rgb(86,51,19); }
H1.HeaderClassName
{
color: #563313;
}
.AnyTagClassName
{
color: #563313;
}
</style>
background-color css
<style>
a { background-color: #563313; }
a { background-color: rgb(86,51,19); }
div.DivClassName
{
background-color: #563313;
}
.BgClassName
{
background-color: #563313;
}
</style>
border-color css
<style>
span { border-color: #563313; }
span { border-color: rgb(86,51,19); }
td.TdClassName
{
border-color: #563313;
}
.TagClassName
{
border-color: #563313;
}
</style>