Shades of Indian Tan #502B1D
Tints of Indian Tan #502B1D
RGB
CMYK
RGB Variations
Color information
#502B1D (or 0x502B1D) is known color: Indian Tan. HEX triplet: 50, 2B and 1D. RGB value is (80,43,29). Sum of RGB (Red+Green+Blue) = 80+43+29=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 43 (17.19% from 255 or 28.29% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B1D is #AFD4E2. Grayscale: #343434. Windows color (decimal): -11523299 or 1911632. OLE color: 1911632.
HSL color Cylindrical-coordinate representation of color #502B1D: hue angle of 16.47º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502B1D is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 43 | 29 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.69 |
| HSL | 16.47º | 0.47% | 0.21% | - |
| HSV(B) | 16.47º | 0.64% | 0.31% | - |
| XYZ | 4.39 | 3.52 | 1.61 | - |
| YUV | 52.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 43 | 29 | 0 | 0.46 | 0.64 | 0.69 | 16.47 | 0.47 | 0.21 |
| Hex | 50 | 2B | 1D | 0 | 2E | 40 | 45 | 10 | 2F | 15 |
| Octal | 120 | 53 | 35 | 0 | 56 | 100 | 105 | 20 | 57 | 25 |
| Binary | 1010000 | 101011 | 11101 | 0 | 101110 | 1000000 | 1000101 | 10000 | 101111 | 10101 |
Color Harmonies of #502B1D
Complementary color
Monochromatic Colors of #502B1D
Black with #502B1D
Text Example
Text Example
White with #502B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502B1D; }
p { color: rgb(80,43,29); }
H1.HeaderClassName
{
color: #502B1D;
}
.AnyTagClassName
{
color: #502B1D;
}
</style>
background-color css
<style>
a { background-color: #502B1D; }
a { background-color: rgb(80,43,29); }
div.DivClassName
{
background-color: #502B1D;
}
.BgClassName
{
background-color: #502B1D;
}
</style>
border-color css
<style>
span { border-color: #502B1D; }
span { border-color: rgb(80,43,29); }
td.TdClassName
{
border-color: #502B1D;
}
.TagClassName
{
border-color: #502B1D;
}
</style>