Shades of Baker's Chocolate #522802
Tints of Baker's Chocolate #522802
RGB
CMYK
RGB Variations
Color information
#522802 (or 0x522802) is known color: Baker's Chocolate. HEX triplet: 52, 28 and 02. RGB value is (82,40,2). Sum of RGB (Red+Green+Blue) = 82+40+2=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 2 (1.17% from 255 or 1.61% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #522802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522802 is #ADD7FD. Grayscale: #303030. Windows color (decimal): -11393022 or 141394. OLE color: 141394.
HSL color Cylindrical-coordinate representation of color #522802: hue angle of 28.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #522802 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 40 | 2 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.68 |
| HSL | 28.5º | 0.95% | 0.16% | - |
| HSV(B) | 28.5º | 0.98% | 0.32% | - |
| XYZ | 4.25 | 3.32 | 0.47 | - |
| YUV | 48.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 2 | 0 | 0.51 | 0.98 | 0.68 | 28.5 | 0.95 | 0.16 |
| Hex | 52 | 28 | 2 | 0 | 33 | 62 | 44 | 1C | 5F | 10 |
| Octal | 122 | 50 | 2 | 0 | 63 | 142 | 104 | 34 | 137 | 20 |
| Binary | 1010010 | 101000 | 10 | 0 | 110011 | 1100010 | 1000100 | 11100 | 1011111 | 10000 |
Color Harmonies of #522802
Complementary color
Monochromatic Colors of #522802
Black with #522802
Text Example
Text Example
White with #522802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522802; }
p { color: rgb(82,40,2); }
H1.HeaderClassName
{
color: #522802;
}
.AnyTagClassName
{
color: #522802;
}
</style>
background-color css
<style>
a { background-color: #522802; }
a { background-color: rgb(82,40,2); }
div.DivClassName
{
background-color: #522802;
}
.BgClassName
{
background-color: #522802;
}
</style>
border-color css
<style>
span { border-color: #522802; }
span { border-color: rgb(82,40,2); }
td.TdClassName
{
border-color: #522802;
}
.TagClassName
{
border-color: #522802;
}
</style>