Shades of Baker's Chocolate #562511
Tints of Baker's Chocolate #562511
RGB
CMYK
RGB Variations
Color information
#562511 (or 0x562511) is known color: Baker's Chocolate. HEX triplet: 56, 25 and 11. RGB value is (86,37,17). Sum of RGB (Red+Green+Blue) = 86+37+17=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #562511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562511 is #A9DAEE. Grayscale: #313131. Windows color (decimal): -11131631 or 1123670. OLE color: 1123670.
HSL color Cylindrical-coordinate representation of color #562511: hue angle of 17.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562511 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 37 | 17 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.66 |
| HSL | 17.39º | 0.67% | 0.2% | - |
| HSV(B) | 17.39º | 0.8% | 0.34% | - |
| XYZ | 4.6 | 3.34 | 0.93 | - |
| YUV | 49.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 17 | 0 | 0.57 | 0.80 | 0.66 | 17.39 | 0.67 | 0.2 |
| Hex | 56 | 25 | 11 | 0 | 39 | 50 | 42 | 11 | 43 | 14 |
| Octal | 126 | 45 | 21 | 0 | 71 | 120 | 102 | 21 | 103 | 24 |
| Binary | 1010110 | 100101 | 10001 | 0 | 111001 | 1010000 | 1000010 | 10001 | 1000011 | 10100 |
Color Harmonies of #562511
Complementary color
Monochromatic Colors of #562511
Black with #562511
Text Example
Text Example
White with #562511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562511; }
p { color: rgb(86,37,17); }
H1.HeaderClassName
{
color: #562511;
}
.AnyTagClassName
{
color: #562511;
}
</style>
background-color css
<style>
a { background-color: #562511; }
a { background-color: rgb(86,37,17); }
div.DivClassName
{
background-color: #562511;
}
.BgClassName
{
background-color: #562511;
}
</style>
border-color css
<style>
span { border-color: #562511; }
span { border-color: rgb(86,37,17); }
td.TdClassName
{
border-color: #562511;
}
.TagClassName
{
border-color: #562511;
}
</style>