Shades of Indian Tan #502D16
Tints of Indian Tan #502D16
RGB
CMYK
RGB Variations
Color information
#502D16 (or 0x502D16) is known color: Indian Tan. HEX triplet: 50, 2D and 16. RGB value is (80,45,22). Sum of RGB (Red+Green+Blue) = 80+45+22=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502D16 is #AFD2E9. Grayscale: #343434. Windows color (decimal): -11522794 or 1453392. OLE color: 1453392.
HSL color Cylindrical-coordinate representation of color #502D16: hue angle of 23.79º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502D16 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 22 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.69 |
| HSL | 23.79º | 0.57% | 0.2% | - |
| HSV(B) | 23.79º | 0.73% | 0.31% | - |
| XYZ | 4.39 | 3.64 | 1.23 | - |
| YUV | 52.84 | 110.6 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 22 | 0 | 0.44 | 0.72 | 0.69 | 23.79 | 0.57 | 0.2 |
| Hex | 50 | 2D | 16 | 0 | 2C | 48 | 45 | 18 | 39 | 14 |
| Octal | 120 | 55 | 26 | 0 | 54 | 110 | 105 | 30 | 71 | 24 |
| Binary | 1010000 | 101101 | 10110 | 0 | 101100 | 1001000 | 1000101 | 11000 | 111001 | 10100 |
Color Harmonies of #502D16
Complementary color
Monochromatic Colors of #502D16
Black with #502D16
Text Example
Text Example
White with #502D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D16; }
p { color: rgb(80,45,22); }
H1.HeaderClassName
{
color: #502D16;
}
.AnyTagClassName
{
color: #502D16;
}
</style>
background-color css
<style>
a { background-color: #502D16; }
a { background-color: rgb(80,45,22); }
div.DivClassName
{
background-color: #502D16;
}
.BgClassName
{
background-color: #502D16;
}
</style>
border-color css
<style>
span { border-color: #502D16; }
span { border-color: rgb(80,45,22); }
td.TdClassName
{
border-color: #502D16;
}
.TagClassName
{
border-color: #502D16;
}
</style>