Shades of Indian Tan #522A1A
Tints of Indian Tan #522A1A
RGB
CMYK
RGB Variations
Color information
#522A1A (or 0x522A1A) is known color: Indian Tan. HEX triplet: 52, 2A and 1A. RGB value is (82,42,26). Sum of RGB (Red+Green+Blue) = 82+42+26=150 (19% of max value = 765). Red value is 82 (32.42% from 255 or 54.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 82 - color contains mainly: red. Hex color #522A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A1A is #ADD5E5. Grayscale: #343434. Windows color (decimal): -11392486 or 1714770. OLE color: 1714770.
HSL color Cylindrical-coordinate representation of color #522A1A: hue angle of 17.14º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #522A1A is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 42 | 26 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.68 |
| HSL | 17.14º | 0.52% | 0.21% | - |
| HSV(B) | 17.14º | 0.68% | 0.32% | - |
| XYZ | 4.49 | 3.52 | 1.42 | - |
| YUV | 52.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 42 | 26 | 0 | 0.49 | 0.68 | 0.68 | 17.14 | 0.52 | 0.21 |
| Hex | 52 | 2A | 1A | 0 | 31 | 44 | 44 | 11 | 34 | 15 |
| Octal | 122 | 52 | 32 | 0 | 61 | 104 | 104 | 21 | 64 | 25 |
| Binary | 1010010 | 101010 | 11010 | 0 | 110001 | 1000100 | 1000100 | 10001 | 110100 | 10101 |
Color Harmonies of #522A1A
Complementary color
Monochromatic Colors of #522A1A
Black with #522A1A
Text Example
Text Example
White with #522A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522A1A; }
p { color: rgb(82,42,26); }
H1.HeaderClassName
{
color: #522A1A;
}
.AnyTagClassName
{
color: #522A1A;
}
</style>
background-color css
<style>
a { background-color: #522A1A; }
a { background-color: rgb(82,42,26); }
div.DivClassName
{
background-color: #522A1A;
}
.BgClassName
{
background-color: #522A1A;
}
</style>
border-color css
<style>
span { border-color: #522A1A; }
span { border-color: rgb(82,42,26); }
td.TdClassName
{
border-color: #522A1A;
}
.TagClassName
{
border-color: #522A1A;
}
</style>