Shades of Indian Tan #50311F
Tints of Indian Tan #50311F
RGB
CMYK
RGB Variations
Color information
#50311F (or 0x50311F) is known color: Indian Tan. HEX triplet: 50, 31 and 1F. RGB value is (80,49,31). Sum of RGB (Red+Green+Blue) = 80+49+31=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #50311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50311F is #AFCEE0. Grayscale: #383838. Windows color (decimal): -11521761 or 2044240. OLE color: 2044240.
HSL color Cylindrical-coordinate representation of color #50311F: hue angle of 22.04º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50311F is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 31 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.69 |
| HSL | 22.04º | 0.44% | 0.22% | - |
| HSV(B) | 22.04º | 0.61% | 0.31% | - |
| XYZ | 4.65 | 4 | 1.82 | - |
| YUV | 56.22 | 113.77 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 31 | 0 | 0.39 | 0.61 | 0.69 | 22.04 | 0.44 | 0.22 |
| Hex | 50 | 31 | 1F | 0 | 27 | 3D | 45 | 16 | 2C | 16 |
| Octal | 120 | 61 | 37 | 0 | 47 | 75 | 105 | 26 | 54 | 26 |
| Binary | 1010000 | 110001 | 11111 | 0 | 100111 | 111101 | 1000101 | 10110 | 101100 | 10110 |
Color Harmonies of #50311F
Complementary color
Monochromatic Colors of #50311F
Black with #50311F
Text Example
Text Example
White with #50311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50311F; }
p { color: rgb(80,49,31); }
H1.HeaderClassName
{
color: #50311F;
}
.AnyTagClassName
{
color: #50311F;
}
</style>
background-color css
<style>
a { background-color: #50311F; }
a { background-color: rgb(80,49,31); }
div.DivClassName
{
background-color: #50311F;
}
.BgClassName
{
background-color: #50311F;
}
</style>
border-color css
<style>
span { border-color: #50311F; }
span { border-color: rgb(80,49,31); }
td.TdClassName
{
border-color: #50311F;
}
.TagClassName
{
border-color: #50311F;
}
</style>