Shades of Baker's Chocolate #562705
Tints of Baker's Chocolate #562705
RGB
CMYK
RGB Variations
Color information
#562705 (or 0x562705) is known color: Baker's Chocolate. HEX triplet: 56, 27 and 05. RGB value is (86,39,5). Sum of RGB (Red+Green+Blue) = 86+39+5=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #562705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562705 is #A9D8FA. Grayscale: #313131. Windows color (decimal): -11131131 or 337750. OLE color: 337750.
HSL color Cylindrical-coordinate representation of color #562705: hue angle of 25.19º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #562705 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 5 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.66 |
| HSL | 25.19º | 0.89% | 0.18% | - |
| HSV(B) | 25.19º | 0.94% | 0.34% | - |
| XYZ | 4.59 | 3.44 | 0.57 | - |
| YUV | 49.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 5 | 0 | 0.55 | 0.94 | 0.66 | 25.19 | 0.89 | 0.18 |
| Hex | 56 | 27 | 5 | 0 | 37 | 5E | 42 | 19 | 59 | 12 |
| Octal | 126 | 47 | 5 | 0 | 67 | 136 | 102 | 31 | 131 | 22 |
| Binary | 1010110 | 100111 | 101 | 0 | 110111 | 1011110 | 1000010 | 11001 | 1011001 | 10010 |
Color Harmonies of #562705
Complementary color
Monochromatic Colors of #562705
Black with #562705
Text Example
Text Example
White with #562705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562705; }
p { color: rgb(86,39,5); }
H1.HeaderClassName
{
color: #562705;
}
.AnyTagClassName
{
color: #562705;
}
</style>
background-color css
<style>
a { background-color: #562705; }
a { background-color: rgb(86,39,5); }
div.DivClassName
{
background-color: #562705;
}
.BgClassName
{
background-color: #562705;
}
</style>
border-color css
<style>
span { border-color: #562705; }
span { border-color: rgb(86,39,5); }
td.TdClassName
{
border-color: #562705;
}
.TagClassName
{
border-color: #562705;
}
</style>