Shades of Baker's Chocolate #563509
Tints of Baker's Chocolate #563509
RGB
CMYK
RGB Variations
Color information
#563509 (or 0x563509) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 09. RGB value is (86,53,9). Sum of RGB (Red+Green+Blue) = 86+53+9=148 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.11% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 86 - color contains mainly: red. Hex color #563509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563509 is #A9CAF6. Grayscale: #3A3A3A. Windows color (decimal): -11127543 or 603478. OLE color: 603478.
HSL color Cylindrical-coordinate representation of color #563509: hue angle of 34.29º 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 #563509 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 53 | 9 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.66 |
| HSL | 34.29º | 0.81% | 0.19% | - |
| HSV(B) | 34.29º | 0.9% | 0.34% | - |
| XYZ | 5.16 | 4.54 | 0.86 | - |
| YUV | 57.85 | 100.43 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 53 | 9 | 0 | 0.38 | 0.90 | 0.66 | 34.29 | 0.81 | 0.19 |
| Hex | 56 | 35 | 9 | 0 | 26 | 5A | 42 | 22 | 51 | 13 |
| Octal | 126 | 65 | 11 | 0 | 46 | 132 | 102 | 42 | 121 | 23 |
| Binary | 1010110 | 110101 | 1001 | 0 | 100110 | 1011010 | 1000010 | 100010 | 1010001 | 10011 |
Color Harmonies of #563509
Complementary color
Monochromatic Colors of #563509
Black with #563509
Text Example
Text Example
White with #563509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563509; }
p { color: rgb(86,53,9); }
H1.HeaderClassName
{
color: #563509;
}
.AnyTagClassName
{
color: #563509;
}
</style>
background-color css
<style>
a { background-color: #563509; }
a { background-color: rgb(86,53,9); }
div.DivClassName
{
background-color: #563509;
}
.BgClassName
{
background-color: #563509;
}
</style>
border-color css
<style>
span { border-color: #563509; }
span { border-color: rgb(86,53,9); }
td.TdClassName
{
border-color: #563509;
}
.TagClassName
{
border-color: #563509;
}
</style>