Shades of Indian Tan #503123
Tints of Indian Tan #503123
RGB
CMYK
RGB Variations
Color information
#503123 (or 0x503123) is known color: Indian Tan. HEX triplet: 50, 31 and 23. RGB value is (80,49,35). Sum of RGB (Red+Green+Blue) = 80+49+35=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503123 is #AFCEDC. Grayscale: #383838. Windows color (decimal): -11521757 or 2306384. OLE color: 2306384.
HSL color Cylindrical-coordinate representation of color #503123: hue angle of 18.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 #503123 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 49 | 35 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.69 |
| HSL | 18.67º | 0.39% | 0.23% | - |
| HSV(B) | 18.67º | 0.56% | 0.31% | - |
| XYZ | 4.71 | 4.02 | 2.12 | - |
| YUV | 56.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 35 | 0 | 0.39 | 0.56 | 0.69 | 18.67 | 0.39 | 0.23 |
| Hex | 50 | 31 | 23 | 0 | 27 | 38 | 45 | 13 | 27 | 17 |
| Octal | 120 | 61 | 43 | 0 | 47 | 70 | 105 | 23 | 47 | 27 |
| Binary | 1010000 | 110001 | 100011 | 0 | 100111 | 111000 | 1000101 | 10011 | 100111 | 10111 |
Color Harmonies of #503123
Complementary color
Monochromatic Colors of #503123
Black with #503123
Text Example
Text Example
White with #503123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503123; }
p { color: rgb(80,49,35); }
H1.HeaderClassName
{
color: #503123;
}
.AnyTagClassName
{
color: #503123;
}
</style>
background-color css
<style>
a { background-color: #503123; }
a { background-color: rgb(80,49,35); }
div.DivClassName
{
background-color: #503123;
}
.BgClassName
{
background-color: #503123;
}
</style>
border-color css
<style>
span { border-color: #503123; }
span { border-color: rgb(80,49,35); }
td.TdClassName
{
border-color: #503123;
}
.TagClassName
{
border-color: #503123;
}
</style>