Shades of Baker's Chocolate #522909
Tints of Baker's Chocolate #522909
RGB
CMYK
RGB Variations
Color information
#522909 (or 0x522909) is known color: Baker's Chocolate. HEX triplet: 52, 29 and 09. RGB value is (82,41,9). Sum of RGB (Red+Green+Blue) = 82+41+9=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #522909 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522909 is #ADD6F6. Grayscale: #313131. Windows color (decimal): -11392759 or 600402. OLE color: 600402.
HSL color Cylindrical-coordinate representation of color #522909: hue angle of 26.3º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #522909 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 41 | 9 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.68 |
| HSL | 26.3º | 0.8% | 0.18% | - |
| HSV(B) | 26.3º | 0.89% | 0.32% | - |
| XYZ | 4.32 | 3.4 | 0.69 | - |
| YUV | 49.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 41 | 9 | 0 | 0.50 | 0.89 | 0.68 | 26.3 | 0.8 | 0.18 |
| Hex | 52 | 29 | 9 | 0 | 32 | 59 | 44 | 1A | 50 | 12 |
| Octal | 122 | 51 | 11 | 0 | 62 | 131 | 104 | 32 | 120 | 22 |
| Binary | 1010010 | 101001 | 1001 | 0 | 110010 | 1011001 | 1000100 | 11010 | 1010000 | 10010 |
Color Harmonies of #522909
Complementary color
Monochromatic Colors of #522909
Black with #522909
Text Example
Text Example
White with #522909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522909; }
p { color: rgb(82,41,9); }
H1.HeaderClassName
{
color: #522909;
}
.AnyTagClassName
{
color: #522909;
}
</style>
background-color css
<style>
a { background-color: #522909; }
a { background-color: rgb(82,41,9); }
div.DivClassName
{
background-color: #522909;
}
.BgClassName
{
background-color: #522909;
}
</style>
border-color css
<style>
span { border-color: #522909; }
span { border-color: rgb(82,41,9); }
td.TdClassName
{
border-color: #522909;
}
.TagClassName
{
border-color: #522909;
}
</style>