Shades of Indian Tan #502F1B
Tints of Indian Tan #502F1B
RGB
CMYK
RGB Variations
Color information
#502F1B (or 0x502F1B) is known color: Indian Tan. HEX triplet: 50, 2F and 1B. RGB value is (80,47,27). Sum of RGB (Red+Green+Blue) = 80+47+27=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F1B is #AFD0E4. Grayscale: #363636. Windows color (decimal): -11522277 or 1781584. OLE color: 1781584.
HSL color Cylindrical-coordinate representation of color #502F1B: hue angle of 22.64º 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 #502F1B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 27 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.69 |
| HSL | 22.64º | 0.5% | 0.21% | - |
| HSV(B) | 22.64º | 0.66% | 0.31% | - |
| XYZ | 4.52 | 3.82 | 1.54 | - |
| YUV | 54.59 | 112.43 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 27 | 0 | 0.41 | 0.66 | 0.69 | 22.64 | 0.5 | 0.21 |
| Hex | 50 | 2F | 1B | 0 | 29 | 42 | 45 | 17 | 32 | 15 |
| Octal | 120 | 57 | 33 | 0 | 51 | 102 | 105 | 27 | 62 | 25 |
| Binary | 1010000 | 101111 | 11011 | 0 | 101001 | 1000010 | 1000101 | 10111 | 110010 | 10101 |
Color Harmonies of #502F1B
Complementary color
Monochromatic Colors of #502F1B
Black with #502F1B
Text Example
Text Example
White with #502F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F1B; }
p { color: rgb(80,47,27); }
H1.HeaderClassName
{
color: #502F1B;
}
.AnyTagClassName
{
color: #502F1B;
}
</style>
background-color css
<style>
a { background-color: #502F1B; }
a { background-color: rgb(80,47,27); }
div.DivClassName
{
background-color: #502F1B;
}
.BgClassName
{
background-color: #502F1B;
}
</style>
border-color css
<style>
span { border-color: #502F1B; }
span { border-color: rgb(80,47,27); }
td.TdClassName
{
border-color: #502F1B;
}
.TagClassName
{
border-color: #502F1B;
}
</style>