Shades of Indian Tan #50362B
Tints of Indian Tan #50362B
RGB
CMYK
RGB Variations
Color information
#50362B (or 0x50362B) is known color: Indian Tan. HEX triplet: 50, 36 and 2B. RGB value is (80,54,43). Sum of RGB (Red+Green+Blue) = 80+54+43=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50362B is #AFC9D4. Grayscale: #3C3C3C. Windows color (decimal): -11520469 or 2831952. OLE color: 2831952.
HSL color Cylindrical-coordinate representation of color #50362B: hue angle of 17.84º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50362B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 54 | 43 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.69 |
| HSL | 17.84º | 0.3% | 0.24% | - |
| HSV(B) | 17.84º | 0.46% | 0.31% | - |
| XYZ | 5.06 | 4.52 | 2.89 | - |
| YUV | 60.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 54 | 43 | 0 | 0.33 | 0.46 | 0.69 | 17.84 | 0.3 | 0.24 |
| Hex | 50 | 36 | 2B | 0 | 21 | 2E | 45 | 12 | 1E | 18 |
| Octal | 120 | 66 | 53 | 0 | 41 | 56 | 105 | 22 | 36 | 30 |
| Binary | 1010000 | 110110 | 101011 | 0 | 100001 | 101110 | 1000101 | 10010 | 11110 | 11000 |
Color Harmonies of #50362B
Complementary color
Monochromatic Colors of #50362B
Black with #50362B
Text Example
Text Example
White with #50362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50362B; }
p { color: rgb(80,54,43); }
H1.HeaderClassName
{
color: #50362B;
}
.AnyTagClassName
{
color: #50362B;
}
</style>
background-color css
<style>
a { background-color: #50362B; }
a { background-color: rgb(80,54,43); }
div.DivClassName
{
background-color: #50362B;
}
.BgClassName
{
background-color: #50362B;
}
</style>
border-color css
<style>
span { border-color: #50362B; }
span { border-color: rgb(80,54,43); }
td.TdClassName
{
border-color: #50362B;
}
.TagClassName
{
border-color: #50362B;
}
</style>