Shades of Indian Tan #502C19
Tints of Indian Tan #502C19
RGB
CMYK
RGB Variations
Color information
#502C19 (or 0x502C19) is known color: Indian Tan. HEX triplet: 50, 2C and 19. RGB value is (80,44,25). Sum of RGB (Red+Green+Blue) = 80+44+25=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #502C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502C19 is #AFD3E6. Grayscale: #343434. Windows color (decimal): -11523047 or 1649744. OLE color: 1649744.
HSL color Cylindrical-coordinate representation of color #502C19: hue angle of 20.73º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #502C19 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 25 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.69 |
| HSL | 20.73º | 0.52% | 0.21% | - |
| HSV(B) | 20.73º | 0.69% | 0.31% | - |
| XYZ | 4.38 | 3.58 | 1.38 | - |
| YUV | 52.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 25 | 0 | 0.45 | 0.69 | 0.69 | 20.73 | 0.52 | 0.21 |
| Hex | 50 | 2C | 19 | 0 | 2D | 45 | 45 | 15 | 34 | 15 |
| Octal | 120 | 54 | 31 | 0 | 55 | 105 | 105 | 25 | 64 | 25 |
| Binary | 1010000 | 101100 | 11001 | 0 | 101101 | 1000101 | 1000101 | 10101 | 110100 | 10101 |
Color Harmonies of #502C19
Complementary color
Monochromatic Colors of #502C19
Black with #502C19
Text Example
Text Example
White with #502C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C19; }
p { color: rgb(80,44,25); }
H1.HeaderClassName
{
color: #502C19;
}
.AnyTagClassName
{
color: #502C19;
}
</style>
background-color css
<style>
a { background-color: #502C19; }
a { background-color: rgb(80,44,25); }
div.DivClassName
{
background-color: #502C19;
}
.BgClassName
{
background-color: #502C19;
}
</style>
border-color css
<style>
span { border-color: #502C19; }
span { border-color: rgb(80,44,25); }
td.TdClassName
{
border-color: #502C19;
}
.TagClassName
{
border-color: #502C19;
}
</style>