Shades of Baker's Chocolate #522D02
Tints of Baker's Chocolate #522D02
RGB
CMYK
RGB Variations
Color information
#522D02 (or 0x522D02) is known color: Baker's Chocolate. HEX triplet: 52, 2D and 02. RGB value is (82,45,2). Sum of RGB (Red+Green+Blue) = 82+45+2=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 45 (17.97% from 255 or 34.88% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #522D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522D02 is #ADD2FD. Grayscale: #333333. Windows color (decimal): -11391742 or 142674. OLE color: 142674.
HSL color Cylindrical-coordinate representation of color #522D02: hue angle of 32.25º 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 #522D02 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 45 | 2 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.68 |
| HSL | 32.25º | 0.95% | 0.16% | - |
| HSV(B) | 32.25º | 0.98% | 0.32% | - |
| XYZ | 4.43 | 3.67 | 0.53 | - |
| YUV | 51.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 45 | 2 | 0 | 0.45 | 0.98 | 0.68 | 32.25 | 0.95 | 0.16 |
| Hex | 52 | 2D | 2 | 0 | 2D | 62 | 44 | 20 | 5F | 10 |
| Octal | 122 | 55 | 2 | 0 | 55 | 142 | 104 | 40 | 137 | 20 |
| Binary | 1010010 | 101101 | 10 | 0 | 101101 | 1100010 | 1000100 | 100000 | 1011111 | 10000 |
Color Harmonies of #522D02
Complementary color
Monochromatic Colors of #522D02
Black with #522D02
Text Example
Text Example
White with #522D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522D02; }
p { color: rgb(82,45,2); }
H1.HeaderClassName
{
color: #522D02;
}
.AnyTagClassName
{
color: #522D02;
}
</style>
background-color css
<style>
a { background-color: #522D02; }
a { background-color: rgb(82,45,2); }
div.DivClassName
{
background-color: #522D02;
}
.BgClassName
{
background-color: #522D02;
}
</style>
border-color css
<style>
span { border-color: #522D02; }
span { border-color: rgb(82,45,2); }
td.TdClassName
{
border-color: #522D02;
}
.TagClassName
{
border-color: #522D02;
}
</style>