Shades of Indian Tan #50210A
Tints of Indian Tan #50210A
RGB
CMYK
RGB Variations
Color information
#50210A (or 0x50210A) is known color: Indian Tan. HEX triplet: 50, 21 and 0A. RGB value is (80,33,10). Sum of RGB (Red+Green+Blue) = 80+33+10=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #50210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210A is #AFDEF5. Grayscale: #2C2C2C. Windows color (decimal): -11525878 or 663888. OLE color: 663888.
HSL color Cylindrical-coordinate representation of color #50210A: hue angle of 19.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50210A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 10 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.69 |
| HSL | 19.71º | 0.78% | 0.18% | - |
| HSV(B) | 19.71º | 0.88% | 0.31% | - |
| XYZ | 3.91 | 2.82 | 0.62 | - |
| YUV | 44.43 | 108.57 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 10 | 0 | 0.59 | 0.87 | 0.69 | 19.71 | 0.78 | 0.18 |
| Hex | 50 | 21 | A | 0 | 3B | 57 | 45 | 14 | 4E | 12 |
| Octal | 120 | 41 | 12 | 0 | 73 | 127 | 105 | 24 | 116 | 22 |
| Binary | 1010000 | 100001 | 1010 | 0 | 111011 | 1010111 | 1000101 | 10100 | 1001110 | 10010 |
Color Harmonies of #50210A
Complementary color
Monochromatic Colors of #50210A
Black with #50210A
Text Example
Text Example
White with #50210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50210A; }
p { color: rgb(80,33,10); }
H1.HeaderClassName
{
color: #50210A;
}
.AnyTagClassName
{
color: #50210A;
}
</style>
background-color css
<style>
a { background-color: #50210A; }
a { background-color: rgb(80,33,10); }
div.DivClassName
{
background-color: #50210A;
}
.BgClassName
{
background-color: #50210A;
}
</style>
border-color css
<style>
span { border-color: #50210A; }
span { border-color: rgb(80,33,10); }
td.TdClassName
{
border-color: #50210A;
}
.TagClassName
{
border-color: #50210A;
}
</style>