Shades of Indian Tan #50220C
Tints of Indian Tan #50220C
RGB
CMYK
RGB Variations
Color information
#50220C (or 0x50220C) is known color: Indian Tan. HEX triplet: 50, 22 and 0C. RGB value is (80,34,12). Sum of RGB (Red+Green+Blue) = 80+34+12=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #50220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50220C is #AFDDF3. Grayscale: #2D2D2D. Windows color (decimal): -11525620 or 795216. OLE color: 795216.
HSL color Cylindrical-coordinate representation of color #50220C: hue angle of 19.41º 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 #50220C is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 34 | 12 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.69 |
| HSL | 19.41º | 0.74% | 0.18% | - |
| HSV(B) | 19.41º | 0.85% | 0.31% | - |
| XYZ | 3.95 | 2.88 | 0.69 | - |
| YUV | 45.25 | 109.24 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 34 | 12 | 0 | 0.58 | 0.85 | 0.69 | 19.41 | 0.74 | 0.18 |
| Hex | 50 | 22 | C | 0 | 3A | 55 | 45 | 13 | 4A | 12 |
| Octal | 120 | 42 | 14 | 0 | 72 | 125 | 105 | 23 | 112 | 22 |
| Binary | 1010000 | 100010 | 1100 | 0 | 111010 | 1010101 | 1000101 | 10011 | 1001010 | 10010 |
Color Harmonies of #50220C
Complementary color
Monochromatic Colors of #50220C
Black with #50220C
Text Example
Text Example
White with #50220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50220C; }
p { color: rgb(80,34,12); }
H1.HeaderClassName
{
color: #50220C;
}
.AnyTagClassName
{
color: #50220C;
}
</style>
background-color css
<style>
a { background-color: #50220C; }
a { background-color: rgb(80,34,12); }
div.DivClassName
{
background-color: #50220C;
}
.BgClassName
{
background-color: #50220C;
}
</style>
border-color css
<style>
span { border-color: #50220C; }
span { border-color: rgb(80,34,12); }
td.TdClassName
{
border-color: #50220C;
}
.TagClassName
{
border-color: #50220C;
}
</style>