Shades of Indian Tan #502A1B
Tints of Indian Tan #502A1B
RGB
CMYK
RGB Variations
Color information
#502A1B (or 0x502A1B) is known color: Indian Tan. HEX triplet: 50, 2A and 1B. RGB value is (80,42,27). Sum of RGB (Red+Green+Blue) = 80+42+27=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A1B is #AFD5E4. Grayscale: #333333. Windows color (decimal): -11523557 or 1780304. OLE color: 1780304.
HSL color Cylindrical-coordinate representation of color #502A1B: hue angle of 16.98º 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 #502A1B is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 42 | 27 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.69 |
| HSL | 16.98º | 0.5% | 0.21% | - |
| HSV(B) | 16.98º | 0.66% | 0.31% | - |
| XYZ | 4.33 | 3.44 | 1.47 | - |
| YUV | 51.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 27 | 0 | 0.48 | 0.66 | 0.69 | 16.98 | 0.5 | 0.21 |
| Hex | 50 | 2A | 1B | 0 | 30 | 42 | 45 | 11 | 32 | 15 |
| Octal | 120 | 52 | 33 | 0 | 60 | 102 | 105 | 21 | 62 | 25 |
| Binary | 1010000 | 101010 | 11011 | 0 | 110000 | 1000010 | 1000101 | 10001 | 110010 | 10101 |
Color Harmonies of #502A1B
Complementary color
Monochromatic Colors of #502A1B
Black with #502A1B
Text Example
Text Example
White with #502A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502A1B; }
p { color: rgb(80,42,27); }
H1.HeaderClassName
{
color: #502A1B;
}
.AnyTagClassName
{
color: #502A1B;
}
</style>
background-color css
<style>
a { background-color: #502A1B; }
a { background-color: rgb(80,42,27); }
div.DivClassName
{
background-color: #502A1B;
}
.BgClassName
{
background-color: #502A1B;
}
</style>
border-color css
<style>
span { border-color: #502A1B; }
span { border-color: rgb(80,42,27); }
td.TdClassName
{
border-color: #502A1B;
}
.TagClassName
{
border-color: #502A1B;
}
</style>