Shades of Indian Tan #52210C
Tints of Indian Tan #52210C
RGB
CMYK
RGB Variations
Color information
#52210C (or 0x52210C) is known color: Indian Tan. HEX triplet: 52, 21 and 0C. RGB value is (82,33,12). Sum of RGB (Red+Green+Blue) = 82+33+12=127 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.57% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 82 - color contains mainly: red. Hex color #52210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52210C is #ADDEF3. Grayscale: #2D2D2D. Windows color (decimal): -11394804 or 794962. OLE color: 794962.
HSL color Cylindrical-coordinate representation of color #52210C: hue angle of 18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52210C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 33 | 12 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.68 |
| HSL | 18º | 0.74% | 0.18% | - |
| HSV(B) | 18º | 0.85% | 0.32% | - |
| XYZ | 4.09 | 2.91 | 0.69 | - |
| YUV | 45.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 33 | 12 | 0 | 0.60 | 0.85 | 0.68 | 18 | 0.74 | 0.18 |
| Hex | 52 | 21 | C | 0 | 3C | 55 | 44 | 12 | 4A | 12 |
| Octal | 122 | 41 | 14 | 0 | 74 | 125 | 104 | 22 | 112 | 22 |
| Binary | 1010010 | 100001 | 1100 | 0 | 111100 | 1010101 | 1000100 | 10010 | 1001010 | 10010 |
Color Harmonies of #52210C
Complementary color
Monochromatic Colors of #52210C
Black with #52210C
Text Example
Text Example
White with #52210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52210C; }
p { color: rgb(82,33,12); }
H1.HeaderClassName
{
color: #52210C;
}
.AnyTagClassName
{
color: #52210C;
}
</style>
background-color css
<style>
a { background-color: #52210C; }
a { background-color: rgb(82,33,12); }
div.DivClassName
{
background-color: #52210C;
}
.BgClassName
{
background-color: #52210C;
}
</style>
border-color css
<style>
span { border-color: #52210C; }
span { border-color: rgb(82,33,12); }
td.TdClassName
{
border-color: #52210C;
}
.TagClassName
{
border-color: #52210C;
}
</style>