Shades of Baker's Chocolate #562605
Tints of Baker's Chocolate #562605
RGB
CMYK
RGB Variations
Color information
#562605 (or 0x562605) is known color: Baker's Chocolate. HEX triplet: 56, 26 and 05. RGB value is (86,38,5). Sum of RGB (Red+Green+Blue) = 86+38+5=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 5 (2.34% from 255 or 3.88% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #562605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562605 is #A9D9FA. Grayscale: #303030. Windows color (decimal): -11131387 or 337494. OLE color: 337494.
HSL color Cylindrical-coordinate representation of color #562605: hue angle of 24.44º 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 #562605 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 38 | 5 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.66 |
| HSL | 24.44º | 0.89% | 0.18% | - |
| HSV(B) | 24.44º | 0.94% | 0.34% | - |
| XYZ | 4.56 | 3.38 | 0.55 | - |
| YUV | 48.59 | 103.4 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 38 | 5 | 0 | 0.56 | 0.94 | 0.66 | 24.44 | 0.89 | 0.18 |
| Hex | 56 | 26 | 5 | 0 | 38 | 5E | 42 | 18 | 59 | 12 |
| Octal | 126 | 46 | 5 | 0 | 70 | 136 | 102 | 30 | 131 | 22 |
| Binary | 1010110 | 100110 | 101 | 0 | 111000 | 1011110 | 1000010 | 11000 | 1011001 | 10010 |
Color Harmonies of #562605
Complementary color
Monochromatic Colors of #562605
Black with #562605
Text Example
Text Example
White with #562605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562605; }
p { color: rgb(86,38,5); }
H1.HeaderClassName
{
color: #562605;
}
.AnyTagClassName
{
color: #562605;
}
</style>
background-color css
<style>
a { background-color: #562605; }
a { background-color: rgb(86,38,5); }
div.DivClassName
{
background-color: #562605;
}
.BgClassName
{
background-color: #562605;
}
</style>
border-color css
<style>
span { border-color: #562605; }
span { border-color: rgb(86,38,5); }
td.TdClassName
{
border-color: #562605;
}
.TagClassName
{
border-color: #562605;
}
</style>