Shades of Baker's Chocolate #562500
Tints of Baker's Chocolate #562500
RGB
CMYK
RGB Variations
Color information
#562500 (or 0x562500) is known color: Baker's Chocolate. HEX triplet: 56, 25 and 00. RGB value is (86,37,0). Sum of RGB (Red+Green+Blue) = 86+37+0=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #562500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562500 is #A9DAFF. Grayscale: #2F2F2F. Windows color (decimal): -11131648 or 9558. OLE color: 9558.
HSL color Cylindrical-coordinate representation of color #562500: hue angle of 25.81º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #562500 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 37 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.66 |
| HSL | 25.81º | 1% | 0.17% | - |
| HSV(B) | 25.81º | 1% | 0.34% | - |
| XYZ | 4.5 | 3.3 | 0.4 | - |
| YUV | 47.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 37 | 0 | 0 | 0.57 | 1 | 0.66 | 25.81 | 1 | 0.17 |
| Hex | 56 | 25 | 0 | 0 | 39 | 64 | 42 | 1A | 64 | 11 |
| Octal | 126 | 45 | 0 | 0 | 71 | 144 | 102 | 32 | 144 | 21 |
| Binary | 1010110 | 100101 | 0 | 0 | 111001 | 1100100 | 1000010 | 11010 | 1100100 | 10001 |
Color Harmonies of #562500
Complementary color
Monochromatic Colors of #562500
Black with #562500
Text Example
Text Example
White with #562500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562500; }
p { color: rgb(86,37,0); }
H1.HeaderClassName
{
color: #562500;
}
.AnyTagClassName
{
color: #562500;
}
</style>
background-color css
<style>
a { background-color: #562500; }
a { background-color: rgb(86,37,0); }
div.DivClassName
{
background-color: #562500;
}
.BgClassName
{
background-color: #562500;
}
</style>
border-color css
<style>
span { border-color: #562500; }
span { border-color: rgb(86,37,0); }
td.TdClassName
{
border-color: #562500;
}
.TagClassName
{
border-color: #562500;
}
</style>