Shades of Indian Tan #502E1A
Tints of Indian Tan #502E1A
RGB
CMYK
RGB Variations
Color information
#502E1A (or 0x502E1A) is known color: Indian Tan. HEX triplet: 50, 2E and 1A. RGB value is (80,46,26). Sum of RGB (Red+Green+Blue) = 80+46+26=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E1A is #AFD1E5. Grayscale: #363636. Windows color (decimal): -11522534 or 1715792. OLE color: 1715792.
HSL color Cylindrical-coordinate representation of color #502E1A: hue angle of 22.22º 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 #502E1A is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 26 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.69 |
| HSL | 22.22º | 0.51% | 0.21% | - |
| HSV(B) | 22.22º | 0.68% | 0.31% | - |
| XYZ | 4.47 | 3.73 | 1.46 | - |
| YUV | 53.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 26 | 0 | 0.42 | 0.67 | 0.69 | 22.22 | 0.51 | 0.21 |
| Hex | 50 | 2E | 1A | 0 | 2A | 43 | 45 | 16 | 33 | 15 |
| Octal | 120 | 56 | 32 | 0 | 52 | 103 | 105 | 26 | 63 | 25 |
| Binary | 1010000 | 101110 | 11010 | 0 | 101010 | 1000011 | 1000101 | 10110 | 110011 | 10101 |
Color Harmonies of #502E1A
Complementary color
Monochromatic Colors of #502E1A
Black with #502E1A
Text Example
Text Example
White with #502E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E1A; }
p { color: rgb(80,46,26); }
H1.HeaderClassName
{
color: #502E1A;
}
.AnyTagClassName
{
color: #502E1A;
}
</style>
background-color css
<style>
a { background-color: #502E1A; }
a { background-color: rgb(80,46,26); }
div.DivClassName
{
background-color: #502E1A;
}
.BgClassName
{
background-color: #502E1A;
}
</style>
border-color css
<style>
span { border-color: #502E1A; }
span { border-color: rgb(80,46,26); }
td.TdClassName
{
border-color: #502E1A;
}
.TagClassName
{
border-color: #502E1A;
}
</style>