Shades of Indian Tan #502414
Tints of Indian Tan #502414
RGB
CMYK
RGB Variations
Color information
#502414 (or 0x502414) is known color: Indian Tan. HEX triplet: 50, 24 and 14. RGB value is (80,36,20). Sum of RGB (Red+Green+Blue) = 80+36+20=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502414 is #AFDBEB. Grayscale: #2F2F2F. Windows color (decimal): -11525100 or 1320016. OLE color: 1320016.
HSL color Cylindrical-coordinate representation of color #502414: hue angle of 16º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502414 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 20 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.69 |
| HSL | 16º | 0.6% | 0.2% | - |
| HSV(B) | 16º | 0.75% | 0.31% | - |
| XYZ | 4.07 | 3.02 | 1.03 | - |
| YUV | 47.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 20 | 0 | 0.55 | 0.75 | 0.69 | 16 | 0.6 | 0.2 |
| Hex | 50 | 24 | 14 | 0 | 37 | 4B | 45 | 10 | 3C | 14 |
| Octal | 120 | 44 | 24 | 0 | 67 | 113 | 105 | 20 | 74 | 24 |
| Binary | 1010000 | 100100 | 10100 | 0 | 110111 | 1001011 | 1000101 | 10000 | 111100 | 10100 |
Color Harmonies of #502414
Complementary color
Monochromatic Colors of #502414
Black with #502414
Text Example
Text Example
White with #502414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502414; }
p { color: rgb(80,36,20); }
H1.HeaderClassName
{
color: #502414;
}
.AnyTagClassName
{
color: #502414;
}
</style>
background-color css
<style>
a { background-color: #502414; }
a { background-color: rgb(80,36,20); }
div.DivClassName
{
background-color: #502414;
}
.BgClassName
{
background-color: #502414;
}
</style>
border-color css
<style>
span { border-color: #502414; }
span { border-color: rgb(80,36,20); }
td.TdClassName
{
border-color: #502414;
}
.TagClassName
{
border-color: #502414;
}
</style>