Shades of Indian Tan #512919
Tints of Indian Tan #512919
RGB
CMYK
RGB Variations
Color information
#512919 (or 0x512919) is known color: Indian Tan. HEX triplet: 51, 29 and 19. RGB value is (81,41,25). Sum of RGB (Red+Green+Blue) = 81+41+25=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #512919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512919 is #AED6E6. Grayscale: #333333. Windows color (decimal): -11458279 or 1648977. OLE color: 1648977.
HSL color Cylindrical-coordinate representation of color #512919: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #512919 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 41 | 25 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.68 |
| HSL | 17.14º | 0.53% | 0.21% | - |
| HSV(B) | 17.14º | 0.69% | 0.32% | - |
| XYZ | 4.36 | 3.41 | 1.35 | - |
| YUV | 51.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 25 | 0 | 0.49 | 0.69 | 0.68 | 17.14 | 0.53 | 0.21 |
| Hex | 51 | 29 | 19 | 0 | 31 | 45 | 44 | 11 | 35 | 15 |
| Octal | 121 | 51 | 31 | 0 | 61 | 105 | 104 | 21 | 65 | 25 |
| Binary | 1010001 | 101001 | 11001 | 0 | 110001 | 1000101 | 1000100 | 10001 | 110101 | 10101 |
Color Harmonies of #512919
Complementary color
Monochromatic Colors of #512919
Black with #512919
Text Example
Text Example
White with #512919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512919; }
p { color: rgb(81,41,25); }
H1.HeaderClassName
{
color: #512919;
}
.AnyTagClassName
{
color: #512919;
}
</style>
background-color css
<style>
a { background-color: #512919; }
a { background-color: rgb(81,41,25); }
div.DivClassName
{
background-color: #512919;
}
.BgClassName
{
background-color: #512919;
}
</style>
border-color css
<style>
span { border-color: #512919; }
span { border-color: rgb(81,41,25); }
td.TdClassName
{
border-color: #512919;
}
.TagClassName
{
border-color: #512919;
}
</style>