Shades of Indian Tan #502512
Tints of Indian Tan #502512
RGB
CMYK
RGB Variations
Color information
#502512 (or 0x502512) is known color: Indian Tan. HEX triplet: 50, 25 and 12. RGB value is (80,37,18). Sum of RGB (Red+Green+Blue) = 80+37+18=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502512 is #AFDAED. Grayscale: #2F2F2F. Windows color (decimal): -11524846 or 1189200. OLE color: 1189200.
HSL color Cylindrical-coordinate representation of color #502512: hue angle of 18.39º 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 #502512 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 37 | 18 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.69 |
| HSL | 18.39º | 0.63% | 0.19% | - |
| HSV(B) | 18.39º | 0.78% | 0.31% | - |
| XYZ | 4.08 | 3.07 | 0.95 | - |
| YUV | 47.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 37 | 18 | 0 | 0.54 | 0.78 | 0.69 | 18.39 | 0.63 | 0.19 |
| Hex | 50 | 25 | 12 | 0 | 36 | 4E | 45 | 12 | 3F | 13 |
| Octal | 120 | 45 | 22 | 0 | 66 | 116 | 105 | 22 | 77 | 23 |
| Binary | 1010000 | 100101 | 10010 | 0 | 110110 | 1001110 | 1000101 | 10010 | 111111 | 10011 |
Color Harmonies of #502512
Complementary color
Monochromatic Colors of #502512
Black with #502512
Text Example
Text Example
White with #502512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502512; }
p { color: rgb(80,37,18); }
H1.HeaderClassName
{
color: #502512;
}
.AnyTagClassName
{
color: #502512;
}
</style>
background-color css
<style>
a { background-color: #502512; }
a { background-color: rgb(80,37,18); }
div.DivClassName
{
background-color: #502512;
}
.BgClassName
{
background-color: #502512;
}
</style>
border-color css
<style>
span { border-color: #502512; }
span { border-color: rgb(80,37,18); }
td.TdClassName
{
border-color: #502512;
}
.TagClassName
{
border-color: #502512;
}
</style>