Shades of Indian Tan #50210C
Tints of Indian Tan #50210C
RGB
CMYK
RGB Variations
Color information
#50210C (or 0x50210C) is known color: Indian Tan. HEX triplet: 50, 21 and 0C. RGB value is (80,33,12). Sum of RGB (Red+Green+Blue) = 80+33+12=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50210C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50210C is #AFDEF3. Grayscale: #2C2C2C. Windows color (decimal): -11525876 or 794960. OLE color: 794960.
HSL color Cylindrical-coordinate representation of color #50210C: hue angle of 18.53º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50210C is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 33 | 12 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.69 |
| HSL | 18.53º | 0.74% | 0.18% | - |
| HSV(B) | 18.53º | 0.85% | 0.31% | - |
| XYZ | 3.92 | 2.82 | 0.69 | - |
| YUV | 44.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 33 | 12 | 0 | 0.59 | 0.85 | 0.69 | 18.53 | 0.74 | 0.18 |
| Hex | 50 | 21 | C | 0 | 3B | 55 | 45 | 13 | 4A | 12 |
| Octal | 120 | 41 | 14 | 0 | 73 | 125 | 105 | 23 | 112 | 22 |
| Binary | 1010000 | 100001 | 1100 | 0 | 111011 | 1010101 | 1000101 | 10011 | 1001010 | 10010 |
Color Harmonies of #50210C
Complementary color
Monochromatic Colors of #50210C
Black with #50210C
Text Example
Text Example
White with #50210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50210C; }
p { color: rgb(80,33,12); }
H1.HeaderClassName
{
color: #50210C;
}
.AnyTagClassName
{
color: #50210C;
}
</style>
background-color css
<style>
a { background-color: #50210C; }
a { background-color: rgb(80,33,12); }
div.DivClassName
{
background-color: #50210C;
}
.BgClassName
{
background-color: #50210C;
}
</style>
border-color css
<style>
span { border-color: #50210C; }
span { border-color: rgb(80,33,12); }
td.TdClassName
{
border-color: #50210C;
}
.TagClassName
{
border-color: #50210C;
}
</style>