Shades of Indian Tan #502B12
Tints of Indian Tan #502B12
RGB
CMYK
RGB Variations
Color information
#502B12 (or 0x502B12) is known color: Indian Tan. HEX triplet: 50, 2B and 12. RGB value is (80,43,18). Sum of RGB (Red+Green+Blue) = 80+43+18=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #502B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502B12 is #AFD4ED. Grayscale: #333333. Windows color (decimal): -11523310 or 1190736. OLE color: 1190736.
HSL color Cylindrical-coordinate representation of color #502B12: hue angle of 24.19º 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 #502B12 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 18 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.69 |
| HSL | 24.19º | 0.63% | 0.19% | - |
| HSV(B) | 24.19º | 0.78% | 0.31% | - |
| XYZ | 4.28 | 3.48 | 1.02 | - |
| YUV | 51.21 | 109.26 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 18 | 0 | 0.46 | 0.78 | 0.69 | 24.19 | 0.63 | 0.19 |
| Hex | 50 | 2B | 12 | 0 | 2E | 4E | 45 | 18 | 3F | 13 |
| Octal | 120 | 53 | 22 | 0 | 56 | 116 | 105 | 30 | 77 | 23 |
| Binary | 1010000 | 101011 | 10010 | 0 | 101110 | 1001110 | 1000101 | 11000 | 111111 | 10011 |
Color Harmonies of #502B12
Complementary color
Monochromatic Colors of #502B12
Black with #502B12
Text Example
Text Example
White with #502B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B12; }
p { color: rgb(80,43,18); }
H1.HeaderClassName
{
color: #502B12;
}
.AnyTagClassName
{
color: #502B12;
}
</style>
background-color css
<style>
a { background-color: #502B12; }
a { background-color: rgb(80,43,18); }
div.DivClassName
{
background-color: #502B12;
}
.BgClassName
{
background-color: #502B12;
}
</style>
border-color css
<style>
span { border-color: #502B12; }
span { border-color: rgb(80,43,18); }
td.TdClassName
{
border-color: #502B12;
}
.TagClassName
{
border-color: #502B12;
}
</style>