Shades of Baker's Chocolate #522304
Tints of Baker's Chocolate #522304
RGB
CMYK
RGB Variations
Color information
#522304 (or 0x522304) is known color: Baker's Chocolate. HEX triplet: 52, 23 and 04. RGB value is (82,35,4). Sum of RGB (Red+Green+Blue) = 82+35+4=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #522304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522304 is #ADDCFB. Grayscale: #2D2D2D. Windows color (decimal): -11394300 or 271186. OLE color: 271186.
HSL color Cylindrical-coordinate representation of color #522304: hue angle of 23.85º 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 #522304 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 35 | 4 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.68 |
| HSL | 23.85º | 0.91% | 0.17% | - |
| HSV(B) | 23.85º | 0.95% | 0.32% | - |
| XYZ | 4.1 | 3 | 0.48 | - |
| YUV | 45.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 4 | 0 | 0.57 | 0.95 | 0.68 | 23.85 | 0.91 | 0.17 |
| Hex | 52 | 23 | 4 | 0 | 39 | 5F | 44 | 18 | 5B | 11 |
| Octal | 122 | 43 | 4 | 0 | 71 | 137 | 104 | 30 | 133 | 21 |
| Binary | 1010010 | 100011 | 100 | 0 | 111001 | 1011111 | 1000100 | 11000 | 1011011 | 10001 |
Color Harmonies of #522304
Complementary color
Monochromatic Colors of #522304
Black with #522304
Text Example
Text Example
White with #522304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522304; }
p { color: rgb(82,35,4); }
H1.HeaderClassName
{
color: #522304;
}
.AnyTagClassName
{
color: #522304;
}
</style>
background-color css
<style>
a { background-color: #522304; }
a { background-color: rgb(82,35,4); }
div.DivClassName
{
background-color: #522304;
}
.BgClassName
{
background-color: #522304;
}
</style>
border-color css
<style>
span { border-color: #522304; }
span { border-color: rgb(82,35,4); }
td.TdClassName
{
border-color: #522304;
}
.TagClassName
{
border-color: #522304;
}
</style>