Shades of Indian Tan #502B16
Tints of Indian Tan #502B16
RGB
CMYK
RGB Variations
Color information
#502B16 (or 0x502B16) is known color: Indian Tan. HEX triplet: 50, 2B and 16. RGB value is (80,43,22). Sum of RGB (Red+Green+Blue) = 80+43+22=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #502B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B16 is #AFD4E9. Grayscale: #333333. Windows color (decimal): -11523306 or 1452880. OLE color: 1452880.
HSL color Cylindrical-coordinate representation of color #502B16: hue angle of 21.72º 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 #502B16 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 22 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.69 |
| HSL | 21.72º | 0.57% | 0.2% | - |
| HSV(B) | 21.72º | 0.73% | 0.31% | - |
| XYZ | 4.32 | 3.49 | 1.21 | - |
| YUV | 51.67 | 111.26 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 22 | 0 | 0.46 | 0.72 | 0.69 | 21.72 | 0.57 | 0.2 |
| Hex | 50 | 2B | 16 | 0 | 2E | 48 | 45 | 16 | 39 | 14 |
| Octal | 120 | 53 | 26 | 0 | 56 | 110 | 105 | 26 | 71 | 24 |
| Binary | 1010000 | 101011 | 10110 | 0 | 101110 | 1001000 | 1000101 | 10110 | 111001 | 10100 |
Color Harmonies of #502B16
Complementary color
Monochromatic Colors of #502B16
Black with #502B16
Text Example
Text Example
White with #502B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B16; }
p { color: rgb(80,43,22); }
H1.HeaderClassName
{
color: #502B16;
}
.AnyTagClassName
{
color: #502B16;
}
</style>
background-color css
<style>
a { background-color: #502B16; }
a { background-color: rgb(80,43,22); }
div.DivClassName
{
background-color: #502B16;
}
.BgClassName
{
background-color: #502B16;
}
</style>
border-color css
<style>
span { border-color: #502B16; }
span { border-color: rgb(80,43,22); }
td.TdClassName
{
border-color: #502B16;
}
.TagClassName
{
border-color: #502B16;
}
</style>