Shades of Baker's Chocolate #562C08
Tints of Baker's Chocolate #562C08
RGB
CMYK
RGB Variations
Color information
#562C08 (or 0x562C08) is known color: Baker's Chocolate. HEX triplet: 56, 2C and 08. RGB value is (86,44,8). Sum of RGB (Red+Green+Blue) = 86+44+8=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #562C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #562C08 is #A9D3F7. Grayscale: #343434. Windows color (decimal): -11129848 or 535638. OLE color: 535638.
HSL color Cylindrical-coordinate representation of color #562C08: hue angle of 27.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #562C08 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 44 | 8 | - |
| CMYK | 0 | 0.49 | 0.91 | 0.66 |
| HSL | 27.69º | 0.83% | 0.18% | - |
| HSV(B) | 27.69º | 0.91% | 0.34% | - |
| XYZ | 4.78 | 3.8 | 0.71 | - |
| YUV | 52.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 44 | 8 | 0 | 0.49 | 0.91 | 0.66 | 27.69 | 0.83 | 0.18 |
| Hex | 56 | 2C | 8 | 0 | 31 | 5B | 42 | 1C | 53 | 12 |
| Octal | 126 | 54 | 10 | 0 | 61 | 133 | 102 | 34 | 123 | 22 |
| Binary | 1010110 | 101100 | 1000 | 0 | 110001 | 1011011 | 1000010 | 11100 | 1010011 | 10010 |
Color Harmonies of #562C08
Complementary color
Monochromatic Colors of #562C08
Black with #562C08
Text Example
Text Example
White with #562C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562C08; }
p { color: rgb(86,44,8); }
H1.HeaderClassName
{
color: #562C08;
}
.AnyTagClassName
{
color: #562C08;
}
</style>
background-color css
<style>
a { background-color: #562C08; }
a { background-color: rgb(86,44,8); }
div.DivClassName
{
background-color: #562C08;
}
.BgClassName
{
background-color: #562C08;
}
</style>
border-color css
<style>
span { border-color: #562C08; }
span { border-color: rgb(86,44,8); }
td.TdClassName
{
border-color: #562C08;
}
.TagClassName
{
border-color: #562C08;
}
</style>