Shades of Indian Tan #502911
Tints of Indian Tan #502911
RGB
CMYK
RGB Variations
Color information
#502911 (or 0x502911) is known color: Indian Tan. HEX triplet: 50, 29 and 11. RGB value is (80,41,17). Sum of RGB (Red+Green+Blue) = 80+41+17=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502911 is #AFD6EE. Grayscale: #323232. Windows color (decimal): -11523823 or 1124688. OLE color: 1124688.
HSL color Cylindrical-coordinate representation of color #502911: hue angle of 22.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502911 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 41 | 17 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.69 |
| HSL | 22.86º | 0.65% | 0.19% | - |
| HSV(B) | 22.86º | 0.79% | 0.31% | - |
| XYZ | 4.2 | 3.33 | 0.95 | - |
| YUV | 49.93 | 109.42 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 17 | 0 | 0.49 | 0.79 | 0.69 | 22.86 | 0.65 | 0.19 |
| Hex | 50 | 29 | 11 | 0 | 31 | 4F | 45 | 17 | 41 | 13 |
| Octal | 120 | 51 | 21 | 0 | 61 | 117 | 105 | 27 | 101 | 23 |
| Binary | 1010000 | 101001 | 10001 | 0 | 110001 | 1001111 | 1000101 | 10111 | 1000001 | 10011 |
Color Harmonies of #502911
Complementary color
Monochromatic Colors of #502911
Black with #502911
Text Example
Text Example
White with #502911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502911; }
p { color: rgb(80,41,17); }
H1.HeaderClassName
{
color: #502911;
}
.AnyTagClassName
{
color: #502911;
}
</style>
background-color css
<style>
a { background-color: #502911; }
a { background-color: rgb(80,41,17); }
div.DivClassName
{
background-color: #502911;
}
.BgClassName
{
background-color: #502911;
}
</style>
border-color css
<style>
span { border-color: #502911; }
span { border-color: rgb(80,41,17); }
td.TdClassName
{
border-color: #502911;
}
.TagClassName
{
border-color: #502911;
}
</style>