Shades of Baker's Chocolate #523211
Tints of Baker's Chocolate #523211
RGB
CMYK
RGB Variations
Color information
#523211 (or 0x523211) is known color: Baker's Chocolate. HEX triplet: 52, 32 and 11. RGB value is (82,50,17). Sum of RGB (Red+Green+Blue) = 82+50+17=149 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.03% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 82 - color contains mainly: red. Hex color #523211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523211 is #ADCDEE. Grayscale: #373737. Windows color (decimal): -11390447 or 1126994. OLE color: 1126994.
HSL color Cylindrical-coordinate representation of color #523211: hue angle of 30.46º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #523211 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 50 | 17 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.68 |
| HSL | 30.46º | 0.66% | 0.19% | - |
| HSV(B) | 30.46º | 0.79% | 0.32% | - |
| XYZ | 4.72 | 4.12 | 1.08 | - |
| YUV | 55.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 17 | 0 | 0.39 | 0.79 | 0.68 | 30.46 | 0.66 | 0.19 |
| Hex | 52 | 32 | 11 | 0 | 27 | 4F | 44 | 1E | 42 | 13 |
| Octal | 122 | 62 | 21 | 0 | 47 | 117 | 104 | 36 | 102 | 23 |
| Binary | 1010010 | 110010 | 10001 | 0 | 100111 | 1001111 | 1000100 | 11110 | 1000010 | 10011 |
Color Harmonies of #523211
Complementary color
Monochromatic Colors of #523211
Black with #523211
Text Example
Text Example
White with #523211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523211; }
p { color: rgb(82,50,17); }
H1.HeaderClassName
{
color: #523211;
}
.AnyTagClassName
{
color: #523211;
}
</style>
background-color css
<style>
a { background-color: #523211; }
a { background-color: rgb(82,50,17); }
div.DivClassName
{
background-color: #523211;
}
.BgClassName
{
background-color: #523211;
}
</style>
border-color css
<style>
span { border-color: #523211; }
span { border-color: rgb(82,50,17); }
td.TdClassName
{
border-color: #523211;
}
.TagClassName
{
border-color: #523211;
}
</style>