Shades of Baker's Chocolate #563111
Tints of Baker's Chocolate #563111
RGB
CMYK
RGB Variations
Color information
#563111 (or 0x563111) is known color: Baker's Chocolate. HEX triplet: 56, 31 and 11. RGB value is (86,49,17). Sum of RGB (Red+Green+Blue) = 86+49+17=152 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.58% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 86 - color contains mainly: red. Hex color #563111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563111 is #A9CEEE. Grayscale: #383838. Windows color (decimal): -11128559 or 1126742. OLE color: 1126742.
HSL color Cylindrical-coordinate representation of color #563111: hue angle of 27.83º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #563111 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 17 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.66 |
| HSL | 27.83º | 0.67% | 0.2% | - |
| HSV(B) | 27.83º | 0.8% | 0.34% | - |
| XYZ | 5.04 | 4.22 | 1.08 | - |
| YUV | 56.42 | 105.76 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 17 | 0 | 0.43 | 0.80 | 0.66 | 27.83 | 0.67 | 0.2 |
| Hex | 56 | 31 | 11 | 0 | 2B | 50 | 42 | 1C | 43 | 14 |
| Octal | 126 | 61 | 21 | 0 | 53 | 120 | 102 | 34 | 103 | 24 |
| Binary | 1010110 | 110001 | 10001 | 0 | 101011 | 1010000 | 1000010 | 11100 | 1000011 | 10100 |
Color Harmonies of #563111
Complementary color
Monochromatic Colors of #563111
Black with #563111
Text Example
Text Example
White with #563111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563111; }
p { color: rgb(86,49,17); }
H1.HeaderClassName
{
color: #563111;
}
.AnyTagClassName
{
color: #563111;
}
</style>
background-color css
<style>
a { background-color: #563111; }
a { background-color: rgb(86,49,17); }
div.DivClassName
{
background-color: #563111;
}
.BgClassName
{
background-color: #563111;
}
</style>
border-color css
<style>
span { border-color: #563111; }
span { border-color: rgb(86,49,17); }
td.TdClassName
{
border-color: #563111;
}
.TagClassName
{
border-color: #563111;
}
</style>