Shades of Indian Tan #512E20
Tints of Indian Tan #512E20
RGB
CMYK
RGB Variations
Color information
#512E20 (or 0x512E20) is known color: Indian Tan. HEX triplet: 51, 2E and 20. RGB value is (81,46,32). Sum of RGB (Red+Green+Blue) = 81+46+32=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #512E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E20 is #AED1DF. Grayscale: #363636. Windows color (decimal): -11456992 or 2109009. OLE color: 2109009.
HSL color Cylindrical-coordinate representation of color #512E20: hue angle of 17.14º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512E20 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 46 | 32 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.68 |
| HSL | 17.14º | 0.43% | 0.22% | - |
| HSV(B) | 17.14º | 0.6% | 0.32% | - |
| XYZ | 4.63 | 3.81 | 1.86 | - |
| YUV | 54.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 32 | 0 | 0.43 | 0.60 | 0.68 | 17.14 | 0.43 | 0.22 |
| Hex | 51 | 2E | 20 | 0 | 2B | 3C | 44 | 11 | 2B | 16 |
| Octal | 121 | 56 | 40 | 0 | 53 | 74 | 104 | 21 | 53 | 26 |
| Binary | 1010001 | 101110 | 100000 | 0 | 101011 | 111100 | 1000100 | 10001 | 101011 | 10110 |
Color Harmonies of #512E20
Complementary color
Monochromatic Colors of #512E20
Black with #512E20
Text Example
Text Example
White with #512E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512E20; }
p { color: rgb(81,46,32); }
H1.HeaderClassName
{
color: #512E20;
}
.AnyTagClassName
{
color: #512E20;
}
</style>
background-color css
<style>
a { background-color: #512E20; }
a { background-color: rgb(81,46,32); }
div.DivClassName
{
background-color: #512E20;
}
.BgClassName
{
background-color: #512E20;
}
</style>
border-color css
<style>
span { border-color: #512E20; }
span { border-color: rgb(81,46,32); }
td.TdClassName
{
border-color: #512E20;
}
.TagClassName
{
border-color: #512E20;
}
</style>