Shades of Indian Tan #512C20
Tints of Indian Tan #512C20
RGB
CMYK
RGB Variations
Color information
#512C20 (or 0x512C20) is known color: Indian Tan. HEX triplet: 51, 2C and 20. RGB value is (81,44,32). Sum of RGB (Red+Green+Blue) = 81+44+32=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #512C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C20 is #AED3DF. Grayscale: #353535. Windows color (decimal): -11457504 or 2108497. OLE color: 2108497.
HSL color Cylindrical-coordinate representation of color #512C20: hue angle of 14.69º 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 #512C20 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 32 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.68 |
| HSL | 14.69º | 0.43% | 0.22% | - |
| HSV(B) | 14.69º | 0.6% | 0.32% | - |
| XYZ | 4.55 | 3.65 | 1.83 | - |
| YUV | 53.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 32 | 0 | 0.46 | 0.60 | 0.68 | 14.69 | 0.43 | 0.22 |
| Hex | 51 | 2C | 20 | 0 | 2E | 3C | 44 | F | 2B | 16 |
| Octal | 121 | 54 | 40 | 0 | 56 | 74 | 104 | 17 | 53 | 26 |
| Binary | 1010001 | 101100 | 100000 | 0 | 101110 | 111100 | 1000100 | 1111 | 101011 | 10110 |
Color Harmonies of #512C20
Complementary color
Monochromatic Colors of #512C20
Black with #512C20
Text Example
Text Example
White with #512C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C20; }
p { color: rgb(81,44,32); }
H1.HeaderClassName
{
color: #512C20;
}
.AnyTagClassName
{
color: #512C20;
}
</style>
background-color css
<style>
a { background-color: #512C20; }
a { background-color: rgb(81,44,32); }
div.DivClassName
{
background-color: #512C20;
}
.BgClassName
{
background-color: #512C20;
}
</style>
border-color css
<style>
span { border-color: #512C20; }
span { border-color: rgb(81,44,32); }
td.TdClassName
{
border-color: #512C20;
}
.TagClassName
{
border-color: #512C20;
}
</style>