Shades of Baker's Chocolate #563C07
Tints of Baker's Chocolate #563C07
RGB
CMYK
RGB Variations
Color information
#563C07 (or 0x563C07) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 07. RGB value is (86,60,7). Sum of RGB (Red+Green+Blue) = 86+60+7=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #563C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C07 is #A9C3F8. Grayscale: #3D3D3D. Windows color (decimal): -11125753 or 474198. OLE color: 474198.
HSL color Cylindrical-coordinate representation of color #563C07: hue angle of 40.25º 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 #563C07 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 7 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.66 |
| HSL | 40.25º | 0.85% | 0.18% | - |
| HSV(B) | 40.25º | 0.92% | 0.34% | - |
| XYZ | 5.49 | 5.23 | 0.92 | - |
| YUV | 61.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 7 | 0 | 0.30 | 0.92 | 0.66 | 40.25 | 0.85 | 0.18 |
| Hex | 56 | 3C | 7 | 0 | 1E | 5C | 42 | 28 | 55 | 12 |
| Octal | 126 | 74 | 7 | 0 | 36 | 134 | 102 | 50 | 125 | 22 |
| Binary | 1010110 | 111100 | 111 | 0 | 11110 | 1011100 | 1000010 | 101000 | 1010101 | 10010 |
Color Harmonies of #563C07
Complementary color
Monochromatic Colors of #563C07
Black with #563C07
Text Example
Text Example
White with #563C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C07; }
p { color: rgb(86,60,7); }
H1.HeaderClassName
{
color: #563C07;
}
.AnyTagClassName
{
color: #563C07;
}
</style>
background-color css
<style>
a { background-color: #563C07; }
a { background-color: rgb(86,60,7); }
div.DivClassName
{
background-color: #563C07;
}
.BgClassName
{
background-color: #563C07;
}
</style>
border-color css
<style>
span { border-color: #563C07; }
span { border-color: rgb(86,60,7); }
td.TdClassName
{
border-color: #563C07;
}
.TagClassName
{
border-color: #563C07;
}
</style>