Shades of Indian Tan #502E1F
Tints of Indian Tan #502E1F
RGB
CMYK
RGB Variations
Color information
#502E1F (or 0x502E1F) is known color: Indian Tan. HEX triplet: 50, 2E and 1F. RGB value is (80,46,31). Sum of RGB (Red+Green+Blue) = 80+46+31=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E1F is #AFD1E0. Grayscale: #363636. Windows color (decimal): -11522529 or 2043472. OLE color: 2043472.
HSL color Cylindrical-coordinate representation of color #502E1F: hue angle of 18.37º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502E1F is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 31 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.69 |
| HSL | 18.37º | 0.44% | 0.22% | - |
| HSV(B) | 18.37º | 0.61% | 0.31% | - |
| XYZ | 4.53 | 3.76 | 1.78 | - |
| YUV | 54.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 31 | 0 | 0.42 | 0.61 | 0.69 | 18.37 | 0.44 | 0.22 |
| Hex | 50 | 2E | 1F | 0 | 2A | 3D | 45 | 12 | 2C | 16 |
| Octal | 120 | 56 | 37 | 0 | 52 | 75 | 105 | 22 | 54 | 26 |
| Binary | 1010000 | 101110 | 11111 | 0 | 101010 | 111101 | 1000101 | 10010 | 101100 | 10110 |
Color Harmonies of #502E1F
Complementary color
Monochromatic Colors of #502E1F
Black with #502E1F
Text Example
Text Example
White with #502E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E1F; }
p { color: rgb(80,46,31); }
H1.HeaderClassName
{
color: #502E1F;
}
.AnyTagClassName
{
color: #502E1F;
}
</style>
background-color css
<style>
a { background-color: #502E1F; }
a { background-color: rgb(80,46,31); }
div.DivClassName
{
background-color: #502E1F;
}
.BgClassName
{
background-color: #502E1F;
}
</style>
border-color css
<style>
span { border-color: #502E1F; }
span { border-color: rgb(80,46,31); }
td.TdClassName
{
border-color: #502E1F;
}
.TagClassName
{
border-color: #502E1F;
}
</style>