Shades of Baker's Chocolate #522306
Tints of Baker's Chocolate #522306
RGB
CMYK
RGB Variations
Color information
#522306 (or 0x522306) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 06. RGB value is (82,35,6). Sum of RGB (Red+Green+Blue) = 82+35+6=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #522306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522306 is #ADDCF9. Grayscale: #2D2D2D. Windows color (decimal): -11394298 or 402258. OLE color: 402258.
HSL color Cylindrical-coordinate representation of color #522306: hue angle of 22.89º 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 #522306 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 35 | 6 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.68 |
| HSL | 22.89º | 0.86% | 0.17% | - |
| HSV(B) | 22.89º | 0.93% | 0.32% | - |
| XYZ | 4.11 | 3.01 | 0.54 | - |
| YUV | 45.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 6 | 0 | 0.57 | 0.93 | 0.68 | 22.89 | 0.86 | 0.17 |
| Hex | 52 | 23 | 6 | 0 | 39 | 5D | 44 | 17 | 56 | 11 |
| Octal | 122 | 43 | 6 | 0 | 71 | 135 | 104 | 27 | 126 | 21 |
| Binary | 1010010 | 100011 | 110 | 0 | 111001 | 1011101 | 1000100 | 10111 | 1010110 | 10001 |
Color Harmonies of #522306
Complementary color
Monochromatic Colors of #522306
Black with #522306
Text Example
Text Example
White with #522306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522306; }
p { color: rgb(82,35,6); }
H1.HeaderClassName
{
color: #522306;
}
.AnyTagClassName
{
color: #522306;
}
</style>
background-color css
<style>
a { background-color: #522306; }
a { background-color: rgb(82,35,6); }
div.DivClassName
{
background-color: #522306;
}
.BgClassName
{
background-color: #522306;
}
</style>
border-color css
<style>
span { border-color: #522306; }
span { border-color: rgb(82,35,6); }
td.TdClassName
{
border-color: #522306;
}
.TagClassName
{
border-color: #522306;
}
</style>