Shades of Indian Tan #502B1B
Tints of Indian Tan #502B1B
RGB
CMYK
RGB Variations
Color information
#502B1B (or 0x502B1B) is known color: Indian Tan. HEX triplet: 50, 2B and 1B. RGB value is (80,43,27). Sum of RGB (Red+Green+Blue) = 80+43+27=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #502B1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B1B is #AFD4E4. Grayscale: #343434. Windows color (decimal): -11523301 or 1780560. OLE color: 1780560.
HSL color Cylindrical-coordinate representation of color #502B1B: hue angle of 18.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502B1B is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 27 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.69 |
| HSL | 18.11º | 0.5% | 0.21% | - |
| HSV(B) | 18.11º | 0.66% | 0.31% | - |
| XYZ | 4.37 | 3.51 | 1.48 | - |
| YUV | 52.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 27 | 0 | 0.46 | 0.66 | 0.69 | 18.11 | 0.5 | 0.21 |
| Hex | 50 | 2B | 1B | 0 | 2E | 42 | 45 | 12 | 32 | 15 |
| Octal | 120 | 53 | 33 | 0 | 56 | 102 | 105 | 22 | 62 | 25 |
| Binary | 1010000 | 101011 | 11011 | 0 | 101110 | 1000010 | 1000101 | 10010 | 110010 | 10101 |
Color Harmonies of #502B1B
Complementary color
Monochromatic Colors of #502B1B
Black with #502B1B
Text Example
Text Example
White with #502B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B1B; }
p { color: rgb(80,43,27); }
H1.HeaderClassName
{
color: #502B1B;
}
.AnyTagClassName
{
color: #502B1B;
}
</style>
background-color css
<style>
a { background-color: #502B1B; }
a { background-color: rgb(80,43,27); }
div.DivClassName
{
background-color: #502B1B;
}
.BgClassName
{
background-color: #502B1B;
}
</style>
border-color css
<style>
span { border-color: #502B1B; }
span { border-color: rgb(80,43,27); }
td.TdClassName
{
border-color: #502B1B;
}
.TagClassName
{
border-color: #502B1B;
}
</style>