Shades of Indian Tan #52200C
Tints of Indian Tan #52200C
RGB
CMYK
RGB Variations
Color information
#52200C (or 0x52200C) is known color: Indian Tan. HEX triplet: 52, 20 and 0C. RGB value is (82,32,12). Sum of RGB (Red+Green+Blue) = 82+32+12=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #52200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52200C is #ADDFF3. Grayscale: #2C2C2C. Windows color (decimal): -11395060 or 794706. OLE color: 794706.
HSL color Cylindrical-coordinate representation of color #52200C: hue angle of 17.14º 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 #52200C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 12 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.68 |
| HSL | 17.14º | 0.74% | 0.18% | - |
| HSV(B) | 17.14º | 0.85% | 0.32% | - |
| XYZ | 4.06 | 2.85 | 0.68 | - |
| YUV | 44.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 12 | 0 | 0.61 | 0.85 | 0.68 | 17.14 | 0.74 | 0.18 |
| Hex | 52 | 20 | C | 0 | 3D | 55 | 44 | 11 | 4A | 12 |
| Octal | 122 | 40 | 14 | 0 | 75 | 125 | 104 | 21 | 112 | 22 |
| Binary | 1010010 | 100000 | 1100 | 0 | 111101 | 1010101 | 1000100 | 10001 | 1001010 | 10010 |
Color Harmonies of #52200C
Complementary color
Monochromatic Colors of #52200C
Black with #52200C
Text Example
Text Example
White with #52200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52200C; }
p { color: rgb(82,32,12); }
H1.HeaderClassName
{
color: #52200C;
}
.AnyTagClassName
{
color: #52200C;
}
</style>
background-color css
<style>
a { background-color: #52200C; }
a { background-color: rgb(82,32,12); }
div.DivClassName
{
background-color: #52200C;
}
.BgClassName
{
background-color: #52200C;
}
</style>
border-color css
<style>
span { border-color: #52200C; }
span { border-color: rgb(82,32,12); }
td.TdClassName
{
border-color: #52200C;
}
.TagClassName
{
border-color: #52200C;
}
</style>