Shades of Indian Tan #502E23
Tints of Indian Tan #502E23
RGB
CMYK
RGB Variations
Color information
#502E23 (or 0x502E23) is known color: Indian Tan. HEX triplet: 50, 2E and 23. RGB value is (80,46,35). Sum of RGB (Red+Green+Blue) = 80+46+35=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #502E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E23 is #AFD1DC. Grayscale: #363636. Windows color (decimal): -11522525 or 2305616. OLE color: 2305616.
HSL color Cylindrical-coordinate representation of color #502E23: hue angle of 14.67º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #502E23 is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 46 | 35 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.69 |
| HSL | 14.67º | 0.39% | 0.23% | - |
| HSV(B) | 14.67º | 0.56% | 0.31% | - |
| XYZ | 4.59 | 3.78 | 2.08 | - |
| YUV | 54.91 | 116.76 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 35 | 0 | 0.42 | 0.56 | 0.69 | 14.67 | 0.39 | 0.23 |
| Hex | 50 | 2E | 23 | 0 | 2A | 38 | 45 | F | 27 | 17 |
| Octal | 120 | 56 | 43 | 0 | 52 | 70 | 105 | 17 | 47 | 27 |
| Binary | 1010000 | 101110 | 100011 | 0 | 101010 | 111000 | 1000101 | 1111 | 100111 | 10111 |
Color Harmonies of #502E23
Complementary color
Monochromatic Colors of #502E23
Black with #502E23
Text Example
Text Example
White with #502E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502E23; }
p { color: rgb(80,46,35); }
H1.HeaderClassName
{
color: #502E23;
}
.AnyTagClassName
{
color: #502E23;
}
</style>
background-color css
<style>
a { background-color: #502E23; }
a { background-color: rgb(80,46,35); }
div.DivClassName
{
background-color: #502E23;
}
.BgClassName
{
background-color: #502E23;
}
</style>
border-color css
<style>
span { border-color: #502E23; }
span { border-color: rgb(80,46,35); }
td.TdClassName
{
border-color: #502E23;
}
.TagClassName
{
border-color: #502E23;
}
</style>