Shades of Indian Tan #502910
Tints of Indian Tan #502910
RGB
CMYK
RGB Variations
Color information
#502910 (or 0x502910) is known color: Indian Tan. HEX triplet: 50, 29 and 10. RGB value is (80,41,16). Sum of RGB (Red+Green+Blue) = 80+41+16=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #502910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502910 is #AFD6EF. Grayscale: #313131. Windows color (decimal): -11523824 or 1059152. OLE color: 1059152.
HSL color Cylindrical-coordinate representation of color #502910: hue angle of 23.44º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502910 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 16 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.69 |
| HSL | 23.44º | 0.67% | 0.19% | - |
| HSV(B) | 23.44º | 0.8% | 0.31% | - |
| XYZ | 4.19 | 3.33 | 0.91 | - |
| YUV | 49.81 | 108.92 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 16 | 0 | 0.49 | 0.80 | 0.69 | 23.44 | 0.67 | 0.19 |
| Hex | 50 | 29 | 10 | 0 | 31 | 50 | 45 | 17 | 43 | 13 |
| Octal | 120 | 51 | 20 | 0 | 61 | 120 | 105 | 27 | 103 | 23 |
| Binary | 1010000 | 101001 | 10000 | 0 | 110001 | 1010000 | 1000101 | 10111 | 1000011 | 10011 |
Color Harmonies of #502910
Complementary color
Monochromatic Colors of #502910
Black with #502910
Text Example
Text Example
White with #502910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502910; }
p { color: rgb(80,41,16); }
H1.HeaderClassName
{
color: #502910;
}
.AnyTagClassName
{
color: #502910;
}
</style>
background-color css
<style>
a { background-color: #502910; }
a { background-color: rgb(80,41,16); }
div.DivClassName
{
background-color: #502910;
}
.BgClassName
{
background-color: #502910;
}
</style>
border-color css
<style>
span { border-color: #502910; }
span { border-color: rgb(80,41,16); }
td.TdClassName
{
border-color: #502910;
}
.TagClassName
{
border-color: #502910;
}
</style>