Shades of Indian Tan #502F20
Tints of Indian Tan #502F20
RGB
CMYK
RGB Variations
Color information
#502F20 (or 0x502F20) is known color: Indian Tan. HEX triplet: 50, 2F and 20. RGB value is (80,47,32). Sum of RGB (Red+Green+Blue) = 80+47+32=159 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50.31% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 80 - color contains mainly: red. Hex color #502F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F20 is #AFD0DF. Grayscale: #373737. Windows color (decimal): -11522272 or 2109264. OLE color: 2109264.
HSL color Cylindrical-coordinate representation of color #502F20: hue angle of 18.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502F20 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 32 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.69 |
| HSL | 18.75º | 0.43% | 0.22% | - |
| HSV(B) | 18.75º | 0.6% | 0.31% | - |
| XYZ | 4.59 | 3.84 | 1.87 | - |
| YUV | 55.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 32 | 0 | 0.41 | 0.60 | 0.69 | 18.75 | 0.43 | 0.22 |
| Hex | 50 | 2F | 20 | 0 | 29 | 3C | 45 | 13 | 2B | 16 |
| Octal | 120 | 57 | 40 | 0 | 51 | 74 | 105 | 23 | 53 | 26 |
| Binary | 1010000 | 101111 | 100000 | 0 | 101001 | 111100 | 1000101 | 10011 | 101011 | 10110 |
Color Harmonies of #502F20
Complementary color
Monochromatic Colors of #502F20
Black with #502F20
Text Example
Text Example
White with #502F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F20; }
p { color: rgb(80,47,32); }
H1.HeaderClassName
{
color: #502F20;
}
.AnyTagClassName
{
color: #502F20;
}
</style>
background-color css
<style>
a { background-color: #502F20; }
a { background-color: rgb(80,47,32); }
div.DivClassName
{
background-color: #502F20;
}
.BgClassName
{
background-color: #502F20;
}
</style>
border-color css
<style>
span { border-color: #502F20; }
span { border-color: rgb(80,47,32); }
td.TdClassName
{
border-color: #502F20;
}
.TagClassName
{
border-color: #502F20;
}
</style>