Shades of Indian Tan #522B16
Tints of Indian Tan #522B16
RGB
CMYK
RGB Variations
Color information
#522B16 (or 0x522B16) is known color: Indian Tan. HEX triplet: 52, 2B and 16. RGB value is (82,43,22). Sum of RGB (Red+Green+Blue) = 82+43+22=147 (19% of max value = 765). Red value is 82 (32.42% from 255 or 55.78% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 82 - color contains mainly: red. Hex color #522B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522B16 is #ADD4E9. Grayscale: #343434. Windows color (decimal): -11392234 or 1452882. OLE color: 1452882.
HSL color Cylindrical-coordinate representation of color #522B16: hue angle of 21º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522B16 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 43 | 22 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.68 |
| HSL | 21º | 0.58% | 0.2% | - |
| HSV(B) | 21º | 0.73% | 0.32% | - |
| XYZ | 4.49 | 3.58 | 1.21 | - |
| YUV | 52.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 43 | 22 | 0 | 0.48 | 0.73 | 0.68 | 21 | 0.58 | 0.2 |
| Hex | 52 | 2B | 16 | 0 | 30 | 49 | 44 | 15 | 3A | 14 |
| Octal | 122 | 53 | 26 | 0 | 60 | 111 | 104 | 25 | 72 | 24 |
| Binary | 1010010 | 101011 | 10110 | 0 | 110000 | 1001001 | 1000100 | 10101 | 111010 | 10100 |
Color Harmonies of #522B16
Complementary color
Monochromatic Colors of #522B16
Black with #522B16
Text Example
Text Example
White with #522B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522B16; }
p { color: rgb(82,43,22); }
H1.HeaderClassName
{
color: #522B16;
}
.AnyTagClassName
{
color: #522B16;
}
</style>
background-color css
<style>
a { background-color: #522B16; }
a { background-color: rgb(82,43,22); }
div.DivClassName
{
background-color: #522B16;
}
.BgClassName
{
background-color: #522B16;
}
</style>
border-color css
<style>
span { border-color: #522B16; }
span { border-color: rgb(82,43,22); }
td.TdClassName
{
border-color: #522B16;
}
.TagClassName
{
border-color: #522B16;
}
</style>