Shades of Indian Tan #50200B
Tints of Indian Tan #50200B
RGB
CMYK
RGB Variations
Color information
#50200B (or 0x50200B) is known color: Indian Tan. HEX triplet: 50, 20 and 0B. RGB value is (80,32,11). Sum of RGB (Red+Green+Blue) = 80+32+11=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #50200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #50200B is #AFDFF4. Grayscale: #2C2C2C. Windows color (decimal): -11526133 or 729168. OLE color: 729168.
HSL color Cylindrical-coordinate representation of color #50200B: hue angle of 18.26º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50200B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 32 | 11 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.69 |
| HSL | 18.26º | 0.76% | 0.18% | - |
| HSV(B) | 18.26º | 0.86% | 0.31% | - |
| XYZ | 3.89 | 2.76 | 0.65 | - |
| YUV | 43.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 32 | 11 | 0 | 0.60 | 0.86 | 0.69 | 18.26 | 0.76 | 0.18 |
| Hex | 50 | 20 | B | 0 | 3C | 56 | 45 | 12 | 4C | 12 |
| Octal | 120 | 40 | 13 | 0 | 74 | 126 | 105 | 22 | 114 | 22 |
| Binary | 1010000 | 100000 | 1011 | 0 | 111100 | 1010110 | 1000101 | 10010 | 1001100 | 10010 |
Color Harmonies of #50200B
Complementary color
Monochromatic Colors of #50200B
Black with #50200B
Text Example
Text Example
White with #50200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50200B; }
p { color: rgb(80,32,11); }
H1.HeaderClassName
{
color: #50200B;
}
.AnyTagClassName
{
color: #50200B;
}
</style>
background-color css
<style>
a { background-color: #50200B; }
a { background-color: rgb(80,32,11); }
div.DivClassName
{
background-color: #50200B;
}
.BgClassName
{
background-color: #50200B;
}
</style>
border-color css
<style>
span { border-color: #50200B; }
span { border-color: rgb(80,32,11); }
td.TdClassName
{
border-color: #50200B;
}
.TagClassName
{
border-color: #50200B;
}
</style>