Shades of Indian Tan #502A19
Tints of Indian Tan #502A19
RGB
CMYK
RGB Variations
Color information
#502A19 (or 0x502A19) is known color: Indian Tan. HEX triplet: 50, 2A and 19. RGB value is (80,42,25). Sum of RGB (Red+Green+Blue) = 80+42+25=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #502A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502A19 is #AFD5E6. Grayscale: #333333. Windows color (decimal): -11523559 or 1649232. OLE color: 1649232.
HSL color Cylindrical-coordinate representation of color #502A19: hue angle of 18.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502A19 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 25 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.69 |
| HSL | 18.55º | 0.52% | 0.21% | - |
| HSV(B) | 18.55º | 0.69% | 0.31% | - |
| XYZ | 4.31 | 3.43 | 1.35 | - |
| YUV | 51.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 25 | 0 | 0.48 | 0.69 | 0.69 | 18.55 | 0.52 | 0.21 |
| Hex | 50 | 2A | 19 | 0 | 30 | 45 | 45 | 13 | 34 | 15 |
| Octal | 120 | 52 | 31 | 0 | 60 | 105 | 105 | 23 | 64 | 25 |
| Binary | 1010000 | 101010 | 11001 | 0 | 110000 | 1000101 | 1000101 | 10011 | 110100 | 10101 |
Color Harmonies of #502A19
Complementary color
Monochromatic Colors of #502A19
Black with #502A19
Text Example
Text Example
White with #502A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A19; }
p { color: rgb(80,42,25); }
H1.HeaderClassName
{
color: #502A19;
}
.AnyTagClassName
{
color: #502A19;
}
</style>
background-color css
<style>
a { background-color: #502A19; }
a { background-color: rgb(80,42,25); }
div.DivClassName
{
background-color: #502A19;
}
.BgClassName
{
background-color: #502A19;
}
</style>
border-color css
<style>
span { border-color: #502A19; }
span { border-color: rgb(80,42,25); }
td.TdClassName
{
border-color: #502A19;
}
.TagClassName
{
border-color: #502A19;
}
</style>