Shades of Baker's Chocolate #563607
Tints of Baker's Chocolate #563607
RGB
CMYK
RGB Variations
Color information
#563607 (or 0x563607) is known color: Baker's Chocolate. HEX triplet: 56, 36 and 07. RGB value is (86,54,7). Sum of RGB (Red+Green+Blue) = 86+54+7=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #563607 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563607 is #A9C9F8. Grayscale: #3A3A3A. Windows color (decimal): -11127289 or 472662. OLE color: 472662.
HSL color Cylindrical-coordinate representation of color #563607: hue angle of 35.7º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #563607 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 54 | 7 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.66 |
| HSL | 35.7º | 0.85% | 0.18% | - |
| HSV(B) | 35.7º | 0.92% | 0.34% | - |
| XYZ | 5.2 | 4.63 | 0.82 | - |
| YUV | 58.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 54 | 7 | 0 | 0.37 | 0.92 | 0.66 | 35.7 | 0.85 | 0.18 |
| Hex | 56 | 36 | 7 | 0 | 25 | 5C | 42 | 24 | 55 | 12 |
| Octal | 126 | 66 | 7 | 0 | 45 | 134 | 102 | 44 | 125 | 22 |
| Binary | 1010110 | 110110 | 111 | 0 | 100101 | 1011100 | 1000010 | 100100 | 1010101 | 10010 |
Color Harmonies of #563607
Complementary color
Monochromatic Colors of #563607
Black with #563607
Text Example
Text Example
White with #563607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563607; }
p { color: rgb(86,54,7); }
H1.HeaderClassName
{
color: #563607;
}
.AnyTagClassName
{
color: #563607;
}
</style>
background-color css
<style>
a { background-color: #563607; }
a { background-color: rgb(86,54,7); }
div.DivClassName
{
background-color: #563607;
}
.BgClassName
{
background-color: #563607;
}
</style>
border-color css
<style>
span { border-color: #563607; }
span { border-color: rgb(86,54,7); }
td.TdClassName
{
border-color: #563607;
}
.TagClassName
{
border-color: #563607;
}
</style>