Shades of Indian Tan #502412
Tints of Indian Tan #502412
RGB
CMYK
RGB Variations
Color information
#502412 (or 0x502412) is known color: Indian Tan. HEX triplet: 50, 24 and 12. RGB value is (80,36,18). Sum of RGB (Red+Green+Blue) = 80+36+18=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #502412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502412 is #AFDBED. Grayscale: #2F2F2F. Windows color (decimal): -11525102 or 1188944. OLE color: 1188944.
HSL color Cylindrical-coordinate representation of color #502412: hue angle of 17.42º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502412 is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 36 | 18 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.69 |
| HSL | 17.42º | 0.63% | 0.19% | - |
| HSV(B) | 17.42º | 0.78% | 0.31% | - |
| XYZ | 4.05 | 3.01 | 0.94 | - |
| YUV | 47.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 18 | 0 | 0.55 | 0.78 | 0.69 | 17.42 | 0.63 | 0.19 |
| Hex | 50 | 24 | 12 | 0 | 37 | 4E | 45 | 11 | 3F | 13 |
| Octal | 120 | 44 | 22 | 0 | 67 | 116 | 105 | 21 | 77 | 23 |
| Binary | 1010000 | 100100 | 10010 | 0 | 110111 | 1001110 | 1000101 | 10001 | 111111 | 10011 |
Color Harmonies of #502412
Complementary color
Monochromatic Colors of #502412
Black with #502412
Text Example
Text Example
White with #502412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502412; }
p { color: rgb(80,36,18); }
H1.HeaderClassName
{
color: #502412;
}
.AnyTagClassName
{
color: #502412;
}
</style>
background-color css
<style>
a { background-color: #502412; }
a { background-color: rgb(80,36,18); }
div.DivClassName
{
background-color: #502412;
}
.BgClassName
{
background-color: #502412;
}
</style>
border-color css
<style>
span { border-color: #502412; }
span { border-color: rgb(80,36,18); }
td.TdClassName
{
border-color: #502412;
}
.TagClassName
{
border-color: #502412;
}
</style>