Shades of Indian Tan #502D1B
Tints of Indian Tan #502D1B
RGB
CMYK
RGB Variations
Color information
#502D1B (or 0x502D1B) is known color: Indian Tan. HEX triplet: 50, 2D and 1B. RGB value is (80,45,27). Sum of RGB (Red+Green+Blue) = 80+45+27=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502D1B is #AFD2E4. Grayscale: #353535. Windows color (decimal): -11522789 or 1781072. OLE color: 1781072.
HSL color Cylindrical-coordinate representation of color #502D1B: hue angle of 20.38º 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 #502D1B is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 45 | 27 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.69 |
| HSL | 20.38º | 0.5% | 0.21% | - |
| HSV(B) | 20.38º | 0.66% | 0.31% | - |
| XYZ | 4.44 | 3.66 | 1.51 | - |
| YUV | 53.41 | 113.1 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 27 | 0 | 0.44 | 0.66 | 0.69 | 20.38 | 0.5 | 0.21 |
| Hex | 50 | 2D | 1B | 0 | 2C | 42 | 45 | 14 | 32 | 15 |
| Octal | 120 | 55 | 33 | 0 | 54 | 102 | 105 | 24 | 62 | 25 |
| Binary | 1010000 | 101101 | 11011 | 0 | 101100 | 1000010 | 1000101 | 10100 | 110010 | 10101 |
Color Harmonies of #502D1B
Complementary color
Monochromatic Colors of #502D1B
Black with #502D1B
Text Example
Text Example
White with #502D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502D1B; }
p { color: rgb(80,45,27); }
H1.HeaderClassName
{
color: #502D1B;
}
.AnyTagClassName
{
color: #502D1B;
}
</style>
background-color css
<style>
a { background-color: #502D1B; }
a { background-color: rgb(80,45,27); }
div.DivClassName
{
background-color: #502D1B;
}
.BgClassName
{
background-color: #502D1B;
}
</style>
border-color css
<style>
span { border-color: #502D1B; }
span { border-color: rgb(80,45,27); }
td.TdClassName
{
border-color: #502D1B;
}
.TagClassName
{
border-color: #502D1B;
}
</style>