Shades of Indian Tan #502E21
Tints of Indian Tan #502E21
RGB
CMYK
RGB Variations
Color information
#502E21 (or 0x502E21) is known color: Indian Tan. HEX triplet: 50, 2E and 21. RGB value is (80,46,33). Sum of RGB (Red+Green+Blue) = 80+46+33=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #502E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E21 is #AFD1DE. Grayscale: #363636. Windows color (decimal): -11522527 or 2174544. OLE color: 2174544.
HSL color Cylindrical-coordinate representation of color #502E21: hue angle of 16.6º 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 #502E21 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 33 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.69 |
| HSL | 16.6º | 0.42% | 0.22% | - |
| HSV(B) | 16.6º | 0.59% | 0.31% | - |
| XYZ | 4.56 | 3.77 | 1.93 | - |
| YUV | 54.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 33 | 0 | 0.42 | 0.59 | 0.69 | 16.6 | 0.42 | 0.22 |
| Hex | 50 | 2E | 21 | 0 | 2A | 3B | 45 | 11 | 2A | 16 |
| Octal | 120 | 56 | 41 | 0 | 52 | 73 | 105 | 21 | 52 | 26 |
| Binary | 1010000 | 101110 | 100001 | 0 | 101010 | 111011 | 1000101 | 10001 | 101010 | 10110 |
Color Harmonies of #502E21
Complementary color
Monochromatic Colors of #502E21
Black with #502E21
Text Example
Text Example
White with #502E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E21; }
p { color: rgb(80,46,33); }
H1.HeaderClassName
{
color: #502E21;
}
.AnyTagClassName
{
color: #502E21;
}
</style>
background-color css
<style>
a { background-color: #502E21; }
a { background-color: rgb(80,46,33); }
div.DivClassName
{
background-color: #502E21;
}
.BgClassName
{
background-color: #502E21;
}
</style>
border-color css
<style>
span { border-color: #502E21; }
span { border-color: rgb(80,46,33); }
td.TdClassName
{
border-color: #502E21;
}
.TagClassName
{
border-color: #502E21;
}
</style>