Shades of Baker's Chocolate #522206
Tints of Baker's Chocolate #522206
RGB
CMYK
RGB Variations
Color information
#522206 (or 0x522206) is known color: Baker's Chocolate. HEX triplet: 52, 22 and 06. RGB value is (82,34,6). Sum of RGB (Red+Green+Blue) = 82+34+6=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #522206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522206 is #ADDDF9. Grayscale: #2D2D2D. Windows color (decimal): -11394554 or 402002. OLE color: 402002.
HSL color Cylindrical-coordinate representation of color #522206: hue angle of 22.11º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #522206 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 6 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.68 |
| HSL | 22.11º | 0.86% | 0.17% | - |
| HSV(B) | 22.11º | 0.93% | 0.32% | - |
| XYZ | 4.08 | 2.95 | 0.53 | - |
| YUV | 45.16 | 105.9 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 6 | 0 | 0.59 | 0.93 | 0.68 | 22.11 | 0.86 | 0.17 |
| Hex | 52 | 22 | 6 | 0 | 3B | 5D | 44 | 16 | 56 | 11 |
| Octal | 122 | 42 | 6 | 0 | 73 | 135 | 104 | 26 | 126 | 21 |
| Binary | 1010010 | 100010 | 110 | 0 | 111011 | 1011101 | 1000100 | 10110 | 1010110 | 10001 |
Color Harmonies of #522206
Complementary color
Monochromatic Colors of #522206
Black with #522206
Text Example
Text Example
White with #522206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522206; }
p { color: rgb(82,34,6); }
H1.HeaderClassName
{
color: #522206;
}
.AnyTagClassName
{
color: #522206;
}
</style>
background-color css
<style>
a { background-color: #522206; }
a { background-color: rgb(82,34,6); }
div.DivClassName
{
background-color: #522206;
}
.BgClassName
{
background-color: #522206;
}
</style>
border-color css
<style>
span { border-color: #522206; }
span { border-color: rgb(82,34,6); }
td.TdClassName
{
border-color: #522206;
}
.TagClassName
{
border-color: #522206;
}
</style>