Shades of Baker's Chocolate #522006
Tints of Baker's Chocolate #522006
RGB
CMYK
RGB Variations
Color information
#522006 (or 0x522006) is known color: Baker's Chocolate. HEX triplet: 52, 20 and 06. RGB value is (82,32,6). Sum of RGB (Red+Green+Blue) = 82+32+6=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #522006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522006 is #ADDFF9. Grayscale: #2C2C2C. Windows color (decimal): -11395066 or 401490. OLE color: 401490.
HSL color Cylindrical-coordinate representation of color #522006: hue angle of 20.53º 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 #522006 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 6 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.68 |
| HSL | 20.53º | 0.86% | 0.17% | - |
| HSV(B) | 20.53º | 0.93% | 0.32% | - |
| XYZ | 4.03 | 2.84 | 0.51 | - |
| YUV | 43.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 6 | 0 | 0.61 | 0.93 | 0.68 | 20.53 | 0.86 | 0.17 |
| Hex | 52 | 20 | 6 | 0 | 3D | 5D | 44 | 15 | 56 | 11 |
| Octal | 122 | 40 | 6 | 0 | 75 | 135 | 104 | 25 | 126 | 21 |
| Binary | 1010010 | 100000 | 110 | 0 | 111101 | 1011101 | 1000100 | 10101 | 1010110 | 10001 |
Color Harmonies of #522006
Complementary color
Monochromatic Colors of #522006
Black with #522006
Text Example
Text Example
White with #522006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522006; }
p { color: rgb(82,32,6); }
H1.HeaderClassName
{
color: #522006;
}
.AnyTagClassName
{
color: #522006;
}
</style>
background-color css
<style>
a { background-color: #522006; }
a { background-color: rgb(82,32,6); }
div.DivClassName
{
background-color: #522006;
}
.BgClassName
{
background-color: #522006;
}
</style>
border-color css
<style>
span { border-color: #522006; }
span { border-color: rgb(82,32,6); }
td.TdClassName
{
border-color: #522006;
}
.TagClassName
{
border-color: #522006;
}
</style>