Shades of Indian Tan #52200B
Tints of Indian Tan #52200B
RGB
CMYK
RGB Variations
Color information
#52200B (or 0x52200B) is known color: Indian Tan. HEX triplet: 52, 20 and 0B. RGB value is (82,32,11). Sum of RGB (Red+Green+Blue) = 82+32+11=125 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 82 - color contains mainly: red. Hex color #52200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52200B is #ADDFF4. Grayscale: #2C2C2C. Windows color (decimal): -11395061 or 729170. OLE color: 729170.
HSL color Cylindrical-coordinate representation of color #52200B: hue angle of 17.75º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52200B is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 32 | 11 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.68 |
| HSL | 17.75º | 0.76% | 0.18% | - |
| HSV(B) | 17.75º | 0.87% | 0.32% | - |
| XYZ | 4.06 | 2.85 | 0.65 | - |
| YUV | 44.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 32 | 11 | 0 | 0.61 | 0.87 | 0.68 | 17.75 | 0.76 | 0.18 |
| Hex | 52 | 20 | B | 0 | 3D | 57 | 44 | 12 | 4C | 12 |
| Octal | 122 | 40 | 13 | 0 | 75 | 127 | 104 | 22 | 114 | 22 |
| Binary | 1010010 | 100000 | 1011 | 0 | 111101 | 1010111 | 1000100 | 10010 | 1001100 | 10010 |
Color Harmonies of #52200B
Complementary color
Monochromatic Colors of #52200B
Black with #52200B
Text Example
Text Example
White with #52200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52200B; }
p { color: rgb(82,32,11); }
H1.HeaderClassName
{
color: #52200B;
}
.AnyTagClassName
{
color: #52200B;
}
</style>
background-color css
<style>
a { background-color: #52200B; }
a { background-color: rgb(82,32,11); }
div.DivClassName
{
background-color: #52200B;
}
.BgClassName
{
background-color: #52200B;
}
</style>
border-color css
<style>
span { border-color: #52200B; }
span { border-color: rgb(82,32,11); }
td.TdClassName
{
border-color: #52200B;
}
.TagClassName
{
border-color: #52200B;
}
</style>