Shades of Indian Tan #502F23
Tints of Indian Tan #502F23
RGB
CMYK
RGB Variations
Color information
#502F23 (or 0x502F23) is known color: Indian Tan. HEX triplet: 50, 2F and 23. RGB value is (80,47,35). Sum of RGB (Red+Green+Blue) = 80+47+35=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #502F23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502F23 is #AFD0DC. Grayscale: #373737. Windows color (decimal): -11522269 or 2305872. OLE color: 2305872.
HSL color Cylindrical-coordinate representation of color #502F23: hue angle of 16º 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 #502F23 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 47 | 35 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.69 |
| HSL | 16º | 0.39% | 0.23% | - |
| HSV(B) | 16º | 0.56% | 0.31% | - |
| XYZ | 4.63 | 3.86 | 2.09 | - |
| YUV | 55.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 35 | 0 | 0.41 | 0.56 | 0.69 | 16 | 0.39 | 0.23 |
| Hex | 50 | 2F | 23 | 0 | 29 | 38 | 45 | 10 | 27 | 17 |
| Octal | 120 | 57 | 43 | 0 | 51 | 70 | 105 | 20 | 47 | 27 |
| Binary | 1010000 | 101111 | 100011 | 0 | 101001 | 111000 | 1000101 | 10000 | 100111 | 10111 |
Color Harmonies of #502F23
Complementary color
Monochromatic Colors of #502F23
Black with #502F23
Text Example
Text Example
White with #502F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502F23; }
p { color: rgb(80,47,35); }
H1.HeaderClassName
{
color: #502F23;
}
.AnyTagClassName
{
color: #502F23;
}
</style>
background-color css
<style>
a { background-color: #502F23; }
a { background-color: rgb(80,47,35); }
div.DivClassName
{
background-color: #502F23;
}
.BgClassName
{
background-color: #502F23;
}
</style>
border-color css
<style>
span { border-color: #502F23; }
span { border-color: rgb(80,47,35); }
td.TdClassName
{
border-color: #502F23;
}
.TagClassName
{
border-color: #502F23;
}
</style>