Shades of Indian Tan #512812
Tints of Indian Tan #512812
RGB
CMYK
RGB Variations
Color information
#512812 (or 0x512812) is known color: Indian Tan. HEX triplet: 51, 28 and 12. RGB value is (81,40,18). Sum of RGB (Red+Green+Blue) = 81+40+18=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #512812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512812 is #AED7ED. Grayscale: #313131. Windows color (decimal): -11458542 or 1189969. OLE color: 1189969.
HSL color Cylindrical-coordinate representation of color #512812: hue angle of 20.95º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512812 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 18 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.68 |
| HSL | 20.95º | 0.64% | 0.19% | - |
| HSV(B) | 20.95º | 0.78% | 0.32% | - |
| XYZ | 4.26 | 3.31 | 0.99 | - |
| YUV | 49.75 | 110.08 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 18 | 0 | 0.51 | 0.78 | 0.68 | 20.95 | 0.64 | 0.19 |
| Hex | 51 | 28 | 12 | 0 | 33 | 4E | 44 | 15 | 40 | 13 |
| Octal | 121 | 50 | 22 | 0 | 63 | 116 | 104 | 25 | 100 | 23 |
| Binary | 1010001 | 101000 | 10010 | 0 | 110011 | 1001110 | 1000100 | 10101 | 1000000 | 10011 |
Color Harmonies of #512812
Complementary color
Monochromatic Colors of #512812
Black with #512812
Text Example
Text Example
White with #512812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512812; }
p { color: rgb(81,40,18); }
H1.HeaderClassName
{
color: #512812;
}
.AnyTagClassName
{
color: #512812;
}
</style>
background-color css
<style>
a { background-color: #512812; }
a { background-color: rgb(81,40,18); }
div.DivClassName
{
background-color: #512812;
}
.BgClassName
{
background-color: #512812;
}
</style>
border-color css
<style>
span { border-color: #512812; }
span { border-color: rgb(81,40,18); }
td.TdClassName
{
border-color: #512812;
}
.TagClassName
{
border-color: #512812;
}
</style>