Shades of Indian Tan #512D1A
Tints of Indian Tan #512D1A
RGB
CMYK
RGB Variations
Color information
#512D1A (or 0x512D1A) is known color: Indian Tan. HEX triplet: 51, 2D and 1A. RGB value is (81,45,26). Sum of RGB (Red+Green+Blue) = 81+45+26=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #512D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D1A is #AED2E5. Grayscale: #353535. Windows color (decimal): -11457254 or 1715537. OLE color: 1715537.
HSL color Cylindrical-coordinate representation of color #512D1A: hue angle of 20.73º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #512D1A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 26 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.68 |
| HSL | 20.73º | 0.51% | 0.21% | - |
| HSV(B) | 20.73º | 0.68% | 0.32% | - |
| XYZ | 4.52 | 3.7 | 1.45 | - |
| YUV | 53.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 26 | 0 | 0.44 | 0.68 | 0.68 | 20.73 | 0.51 | 0.21 |
| Hex | 51 | 2D | 1A | 0 | 2C | 44 | 44 | 15 | 33 | 15 |
| Octal | 121 | 55 | 32 | 0 | 54 | 104 | 104 | 25 | 63 | 25 |
| Binary | 1010001 | 101101 | 11010 | 0 | 101100 | 1000100 | 1000100 | 10101 | 110011 | 10101 |
Color Harmonies of #512D1A
Complementary color
Monochromatic Colors of #512D1A
Black with #512D1A
Text Example
Text Example
White with #512D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D1A; }
p { color: rgb(81,45,26); }
H1.HeaderClassName
{
color: #512D1A;
}
.AnyTagClassName
{
color: #512D1A;
}
</style>
background-color css
<style>
a { background-color: #512D1A; }
a { background-color: rgb(81,45,26); }
div.DivClassName
{
background-color: #512D1A;
}
.BgClassName
{
background-color: #512D1A;
}
</style>
border-color css
<style>
span { border-color: #512D1A; }
span { border-color: rgb(81,45,26); }
td.TdClassName
{
border-color: #512D1A;
}
.TagClassName
{
border-color: #512D1A;
}
</style>