Shades of Baker's Chocolate #522204
Tints of Baker's Chocolate #522204
RGB
CMYK
RGB Variations
Color information
#522204 (or 0x522204) is known color: Baker's Chocolate. HEX triplet: 52, 22 and 04. RGB value is (82,34,4). Sum of RGB (Red+Green+Blue) = 82+34+4=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #522204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522204 is #ADDDFB. Grayscale: #2D2D2D. Windows color (decimal): -11394556 or 270930. OLE color: 270930.
HSL color Cylindrical-coordinate representation of color #522204: hue angle of 23.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #522204 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 34 | 4 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.68 |
| HSL | 23.08º | 0.91% | 0.17% | - |
| HSV(B) | 23.08º | 0.95% | 0.32% | - |
| XYZ | 4.07 | 2.95 | 0.47 | - |
| YUV | 44.93 | 104.9 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 34 | 4 | 0 | 0.59 | 0.95 | 0.68 | 23.08 | 0.91 | 0.17 |
| Hex | 52 | 22 | 4 | 0 | 3B | 5F | 44 | 17 | 5B | 11 |
| Octal | 122 | 42 | 4 | 0 | 73 | 137 | 104 | 27 | 133 | 21 |
| Binary | 1010010 | 100010 | 100 | 0 | 111011 | 1011111 | 1000100 | 10111 | 1011011 | 10001 |
Color Harmonies of #522204
Complementary color
Monochromatic Colors of #522204
Black with #522204
Text Example
Text Example
White with #522204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522204; }
p { color: rgb(82,34,4); }
H1.HeaderClassName
{
color: #522204;
}
.AnyTagClassName
{
color: #522204;
}
</style>
background-color css
<style>
a { background-color: #522204; }
a { background-color: rgb(82,34,4); }
div.DivClassName
{
background-color: #522204;
}
.BgClassName
{
background-color: #522204;
}
</style>
border-color css
<style>
span { border-color: #522204; }
span { border-color: rgb(82,34,4); }
td.TdClassName
{
border-color: #522204;
}
.TagClassName
{
border-color: #522204;
}
</style>