Shades of Baker's Chocolate #563113
Tints of Baker's Chocolate #563113
RGB
CMYK
RGB Variations
Color information
#563113 (or 0x563113) is known color: Baker's Chocolate. HEX triplet: 56, 31 and 13. RGB value is (86,49,19). Sum of RGB (Red+Green+Blue) = 86+49+19=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #563113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563113 is #A9CEEC. Grayscale: #383838. Windows color (decimal): -11128557 or 1257814. OLE color: 1257814.
HSL color Cylindrical-coordinate representation of color #563113: hue angle of 26.87º 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 #563113 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 19 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.66 |
| HSL | 26.87º | 0.64% | 0.21% | - |
| HSV(B) | 26.87º | 0.78% | 0.34% | - |
| XYZ | 5.05 | 4.22 | 1.16 | - |
| YUV | 56.64 | 106.76 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 19 | 0 | 0.43 | 0.78 | 0.66 | 26.87 | 0.64 | 0.21 |
| Hex | 56 | 31 | 13 | 0 | 2B | 4E | 42 | 1B | 40 | 15 |
| Octal | 126 | 61 | 23 | 0 | 53 | 116 | 102 | 33 | 100 | 25 |
| Binary | 1010110 | 110001 | 10011 | 0 | 101011 | 1001110 | 1000010 | 11011 | 1000000 | 10101 |
Color Harmonies of #563113
Complementary color
Monochromatic Colors of #563113
Black with #563113
Text Example
Text Example
White with #563113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563113; }
p { color: rgb(86,49,19); }
H1.HeaderClassName
{
color: #563113;
}
.AnyTagClassName
{
color: #563113;
}
</style>
background-color css
<style>
a { background-color: #563113; }
a { background-color: rgb(86,49,19); }
div.DivClassName
{
background-color: #563113;
}
.BgClassName
{
background-color: #563113;
}
</style>
border-color css
<style>
span { border-color: #563113; }
span { border-color: rgb(86,49,19); }
td.TdClassName
{
border-color: #563113;
}
.TagClassName
{
border-color: #563113;
}
</style>