Shades of Indian Tan #512D22
Tints of Indian Tan #512D22
RGB
CMYK
RGB Variations
Color information
#512D22 (or 0x512D22) is known color: Indian Tan. HEX triplet: 51, 2D and 22. RGB value is (81,45,34). Sum of RGB (Red+Green+Blue) = 81+45+34=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #512D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512D22 is #AED2DD. Grayscale: #363636. Windows color (decimal): -11457246 or 2239825. OLE color: 2239825.
HSL color Cylindrical-coordinate representation of color #512D22: hue angle of 14.04º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512D22 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 45 | 34 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.68 |
| HSL | 14.04º | 0.41% | 0.23% | - |
| HSV(B) | 14.04º | 0.58% | 0.32% | - |
| XYZ | 4.62 | 3.74 | 1.99 | - |
| YUV | 54.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 34 | 0 | 0.44 | 0.58 | 0.68 | 14.04 | 0.41 | 0.23 |
| Hex | 51 | 2D | 22 | 0 | 2C | 3A | 44 | E | 29 | 17 |
| Octal | 121 | 55 | 42 | 0 | 54 | 72 | 104 | 16 | 51 | 27 |
| Binary | 1010001 | 101101 | 100010 | 0 | 101100 | 111010 | 1000100 | 1110 | 101001 | 10111 |
Color Harmonies of #512D22
Complementary color
Monochromatic Colors of #512D22
Black with #512D22
Text Example
Text Example
White with #512D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512D22; }
p { color: rgb(81,45,34); }
H1.HeaderClassName
{
color: #512D22;
}
.AnyTagClassName
{
color: #512D22;
}
</style>
background-color css
<style>
a { background-color: #512D22; }
a { background-color: rgb(81,45,34); }
div.DivClassName
{
background-color: #512D22;
}
.BgClassName
{
background-color: #512D22;
}
</style>
border-color css
<style>
span { border-color: #512D22; }
span { border-color: rgb(81,45,34); }
td.TdClassName
{
border-color: #512D22;
}
.TagClassName
{
border-color: #512D22;
}
</style>