Shades of Baker's Chocolate #522805
Tints of Baker's Chocolate #522805
RGB
CMYK
RGB Variations
Color information
#522805 (or 0x522805) is known color: Baker's Chocolate. HEX triplet: 52, 28 and 05. RGB value is (82,40,5). Sum of RGB (Red+Green+Blue) = 82+40+5=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #522805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522805 is #ADD7FA. Grayscale: #303030. Windows color (decimal): -11393019 or 338002. OLE color: 338002.
HSL color Cylindrical-coordinate representation of color #522805: hue angle of 27.27º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #522805 is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 5 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.68 |
| HSL | 27.27º | 0.89% | 0.17% | - |
| HSV(B) | 27.27º | 0.94% | 0.32% | - |
| XYZ | 4.27 | 3.32 | 0.56 | - |
| YUV | 48.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 5 | 0 | 0.51 | 0.94 | 0.68 | 27.27 | 0.89 | 0.17 |
| Hex | 52 | 28 | 5 | 0 | 33 | 5E | 44 | 1B | 59 | 11 |
| Octal | 122 | 50 | 5 | 0 | 63 | 136 | 104 | 33 | 131 | 21 |
| Binary | 1010010 | 101000 | 101 | 0 | 110011 | 1011110 | 1000100 | 11011 | 1011001 | 10001 |
Color Harmonies of #522805
Complementary color
Monochromatic Colors of #522805
Black with #522805
Text Example
Text Example
White with #522805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522805; }
p { color: rgb(82,40,5); }
H1.HeaderClassName
{
color: #522805;
}
.AnyTagClassName
{
color: #522805;
}
</style>
background-color css
<style>
a { background-color: #522805; }
a { background-color: rgb(82,40,5); }
div.DivClassName
{
background-color: #522805;
}
.BgClassName
{
background-color: #522805;
}
</style>
border-color css
<style>
span { border-color: #522805; }
span { border-color: rgb(82,40,5); }
td.TdClassName
{
border-color: #522805;
}
.TagClassName
{
border-color: #522805;
}
</style>