Shades of Baker's Chocolate #522A08
Tints of Baker's Chocolate #522A08
RGB
CMYK
RGB Variations
Color information
#522A08 (or 0x522A08) is known color: Baker's Chocolate. HEX triplet: 52, 2A and 08. RGB value is (82,42,8). Sum of RGB (Red+Green+Blue) = 82+42+8=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #522A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522A08 is #ADD5F7. Grayscale: #323232. Windows color (decimal): -11392504 or 535122. OLE color: 535122.
HSL color Cylindrical-coordinate representation of color #522A08: hue angle of 27.57º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #522A08 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 8 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.68 |
| HSL | 27.57º | 0.82% | 0.18% | - |
| HSV(B) | 27.57º | 0.9% | 0.32% | - |
| XYZ | 4.35 | 3.47 | 0.67 | - |
| YUV | 50.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 8 | 0 | 0.49 | 0.90 | 0.68 | 27.57 | 0.82 | 0.18 |
| Hex | 52 | 2A | 8 | 0 | 31 | 5A | 44 | 1C | 52 | 12 |
| Octal | 122 | 52 | 10 | 0 | 61 | 132 | 104 | 34 | 122 | 22 |
| Binary | 1010010 | 101010 | 1000 | 0 | 110001 | 1011010 | 1000100 | 11100 | 1010010 | 10010 |
Color Harmonies of #522A08
Complementary color
Monochromatic Colors of #522A08
Black with #522A08
Text Example
Text Example
White with #522A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A08; }
p { color: rgb(82,42,8); }
H1.HeaderClassName
{
color: #522A08;
}
.AnyTagClassName
{
color: #522A08;
}
</style>
background-color css
<style>
a { background-color: #522A08; }
a { background-color: rgb(82,42,8); }
div.DivClassName
{
background-color: #522A08;
}
.BgClassName
{
background-color: #522A08;
}
</style>
border-color css
<style>
span { border-color: #522A08; }
span { border-color: rgb(82,42,8); }
td.TdClassName
{
border-color: #522A08;
}
.TagClassName
{
border-color: #522A08;
}
</style>