Shades of Indian Tan #502C21
Tints of Indian Tan #502C21
RGB
CMYK
RGB Variations
Color information
#502C21 (or 0x502C21) is known color: Indian Tan. HEX triplet: 50, 2C and 21. RGB value is (80,44,33). Sum of RGB (Red+Green+Blue) = 80+44+33=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C21 is #AFD3DE. Grayscale: #353535. Windows color (decimal): -11523039 or 2174032. OLE color: 2174032.
HSL color Cylindrical-coordinate representation of color #502C21: hue angle of 14.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502C21 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 44 | 33 | - |
| CMYK | 0 | 0.45 | 0.59 | 0.69 |
| HSL | 14.04º | 0.42% | 0.22% | - |
| HSV(B) | 14.04º | 0.59% | 0.31% | - |
| XYZ | 4.48 | 3.62 | 1.9 | - |
| YUV | 53.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 33 | 0 | 0.45 | 0.59 | 0.69 | 14.04 | 0.42 | 0.22 |
| Hex | 50 | 2C | 21 | 0 | 2D | 3B | 45 | E | 2A | 16 |
| Octal | 120 | 54 | 41 | 0 | 55 | 73 | 105 | 16 | 52 | 26 |
| Binary | 1010000 | 101100 | 100001 | 0 | 101101 | 111011 | 1000101 | 1110 | 101010 | 10110 |
Color Harmonies of #502C21
Complementary color
Monochromatic Colors of #502C21
Black with #502C21
Text Example
Text Example
White with #502C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C21; }
p { color: rgb(80,44,33); }
H1.HeaderClassName
{
color: #502C21;
}
.AnyTagClassName
{
color: #502C21;
}
</style>
background-color css
<style>
a { background-color: #502C21; }
a { background-color: rgb(80,44,33); }
div.DivClassName
{
background-color: #502C21;
}
.BgClassName
{
background-color: #502C21;
}
</style>
border-color css
<style>
span { border-color: #502C21; }
span { border-color: rgb(80,44,33); }
td.TdClassName
{
border-color: #502C21;
}
.TagClassName
{
border-color: #502C21;
}
</style>