Shades of Baker's Chocolate #563117
Tints of Baker's Chocolate #563117
RGB
CMYK
RGB Variations
Color information
#563117 (or 0x563117) is known color: Baker's Chocolate. HEX triplet: 56, 31 and 17. RGB value is (86,49,23). Sum of RGB (Red+Green+Blue) = 86+49+23=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 23 (9.38% from 255 or 14.56% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #563117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563117 is #A9CEE8. Grayscale: #393939. Windows color (decimal): -11128553 or 1519958. OLE color: 1519958.
HSL color Cylindrical-coordinate representation of color #563117: hue angle of 24.76º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #563117 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 49 | 23 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.66 |
| HSL | 24.76º | 0.58% | 0.21% | - |
| HSV(B) | 24.76º | 0.73% | 0.34% | - |
| XYZ | 5.09 | 4.24 | 1.36 | - |
| YUV | 57.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 49 | 23 | 0 | 0.43 | 0.73 | 0.66 | 24.76 | 0.58 | 0.21 |
| Hex | 56 | 31 | 17 | 0 | 2B | 49 | 42 | 19 | 3A | 15 |
| Octal | 126 | 61 | 27 | 0 | 53 | 111 | 102 | 31 | 72 | 25 |
| Binary | 1010110 | 110001 | 10111 | 0 | 101011 | 1001001 | 1000010 | 11001 | 111010 | 10101 |
Color Harmonies of #563117
Complementary color
Monochromatic Colors of #563117
Black with #563117
Text Example
Text Example
White with #563117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563117; }
p { color: rgb(86,49,23); }
H1.HeaderClassName
{
color: #563117;
}
.AnyTagClassName
{
color: #563117;
}
</style>
background-color css
<style>
a { background-color: #563117; }
a { background-color: rgb(86,49,23); }
div.DivClassName
{
background-color: #563117;
}
.BgClassName
{
background-color: #563117;
}
</style>
border-color css
<style>
span { border-color: #563117; }
span { border-color: rgb(86,49,23); }
td.TdClassName
{
border-color: #563117;
}
.TagClassName
{
border-color: #563117;
}
</style>