Shades of Baker's Chocolate #563C09
Tints of Baker's Chocolate #563C09
RGB
CMYK
RGB Variations
Color information
#563C09 (or 0x563C09) is known color: Baker's Chocolate. HEX triplet: 56, 3C and 09. RGB value is (86,60,9). Sum of RGB (Red+Green+Blue) = 86+60+9=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 60 (23.83% from 255 or 38.71% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #563C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563C09 is #A9C3F6. Grayscale: #3E3E3E. Windows color (decimal): -11125751 or 605270. OLE color: 605270.
HSL color Cylindrical-coordinate representation of color #563C09: hue angle of 39.74º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #563C09 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 60 | 9 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.66 |
| HSL | 39.74º | 0.81% | 0.19% | - |
| HSV(B) | 39.74º | 0.9% | 0.34% | - |
| XYZ | 5.5 | 5.23 | 0.98 | - |
| YUV | 61.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 60 | 9 | 0 | 0.30 | 0.90 | 0.66 | 39.74 | 0.81 | 0.19 |
| Hex | 56 | 3C | 9 | 0 | 1E | 5A | 42 | 28 | 51 | 13 |
| Octal | 126 | 74 | 11 | 0 | 36 | 132 | 102 | 50 | 121 | 23 |
| Binary | 1010110 | 111100 | 1001 | 0 | 11110 | 1011010 | 1000010 | 101000 | 1010001 | 10011 |
Color Harmonies of #563C09
Complementary color
Monochromatic Colors of #563C09
Black with #563C09
Text Example
Text Example
White with #563C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563C09; }
p { color: rgb(86,60,9); }
H1.HeaderClassName
{
color: #563C09;
}
.AnyTagClassName
{
color: #563C09;
}
</style>
background-color css
<style>
a { background-color: #563C09; }
a { background-color: rgb(86,60,9); }
div.DivClassName
{
background-color: #563C09;
}
.BgClassName
{
background-color: #563C09;
}
</style>
border-color css
<style>
span { border-color: #563C09; }
span { border-color: rgb(86,60,9); }
td.TdClassName
{
border-color: #563C09;
}
.TagClassName
{
border-color: #563C09;
}
</style>