Shades of Indian Tan #502A1A
Tints of Indian Tan #502A1A
RGB
CMYK
RGB Variations
Color information
#502A1A (or 0x502A1A) is known color: Indian Tan. HEX triplet: 50, 2A and 1A. RGB value is (80,42,26). Sum of RGB (Red+Green+Blue) = 80+42+26=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #502A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A1A is #AFD5E5. Grayscale: #333333. Windows color (decimal): -11523558 or 1714768. OLE color: 1714768.
HSL color Cylindrical-coordinate representation of color #502A1A: hue angle of 17.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502A1A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 26 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.69 |
| HSL | 17.78º | 0.51% | 0.21% | - |
| HSV(B) | 17.78º | 0.68% | 0.31% | - |
| XYZ | 4.32 | 3.44 | 1.41 | - |
| YUV | 51.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 26 | 0 | 0.48 | 0.67 | 0.69 | 17.78 | 0.51 | 0.21 |
| Hex | 50 | 2A | 1A | 0 | 30 | 43 | 45 | 12 | 33 | 15 |
| Octal | 120 | 52 | 32 | 0 | 60 | 103 | 105 | 22 | 63 | 25 |
| Binary | 1010000 | 101010 | 11010 | 0 | 110000 | 1000011 | 1000101 | 10010 | 110011 | 10101 |
Color Harmonies of #502A1A
Complementary color
Monochromatic Colors of #502A1A
Black with #502A1A
Text Example
Text Example
White with #502A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A1A; }
p { color: rgb(80,42,26); }
H1.HeaderClassName
{
color: #502A1A;
}
.AnyTagClassName
{
color: #502A1A;
}
</style>
background-color css
<style>
a { background-color: #502A1A; }
a { background-color: rgb(80,42,26); }
div.DivClassName
{
background-color: #502A1A;
}
.BgClassName
{
background-color: #502A1A;
}
</style>
border-color css
<style>
span { border-color: #502A1A; }
span { border-color: rgb(80,42,26); }
td.TdClassName
{
border-color: #502A1A;
}
.TagClassName
{
border-color: #502A1A;
}
</style>