Shades of Indian Tan #512C1E
Tints of Indian Tan #512C1E
RGB
CMYK
RGB Variations
Color information
#512C1E (or 0x512C1E) is known color: Indian Tan. HEX triplet: 51, 2C and 1E. RGB value is (81,44,30). Sum of RGB (Red+Green+Blue) = 81+44+30=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #512C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C1E is #AED3E1. Grayscale: #353535. Windows color (decimal): -11457506 or 1977425. OLE color: 1977425.
HSL color Cylindrical-coordinate representation of color #512C1E: hue angle of 16.47º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #512C1E is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 44 | 30 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.68 |
| HSL | 16.47º | 0.46% | 0.22% | - |
| HSV(B) | 16.47º | 0.63% | 0.32% | - |
| XYZ | 4.53 | 3.64 | 1.69 | - |
| YUV | 53.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 30 | 0 | 0.46 | 0.63 | 0.68 | 16.47 | 0.46 | 0.22 |
| Hex | 51 | 2C | 1E | 0 | 2E | 3F | 44 | 10 | 2E | 16 |
| Octal | 121 | 54 | 36 | 0 | 56 | 77 | 104 | 20 | 56 | 26 |
| Binary | 1010001 | 101100 | 11110 | 0 | 101110 | 111111 | 1000100 | 10000 | 101110 | 10110 |
Color Harmonies of #512C1E
Complementary color
Monochromatic Colors of #512C1E
Black with #512C1E
Text Example
Text Example
White with #512C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512C1E; }
p { color: rgb(81,44,30); }
H1.HeaderClassName
{
color: #512C1E;
}
.AnyTagClassName
{
color: #512C1E;
}
</style>
background-color css
<style>
a { background-color: #512C1E; }
a { background-color: rgb(81,44,30); }
div.DivClassName
{
background-color: #512C1E;
}
.BgClassName
{
background-color: #512C1E;
}
</style>
border-color css
<style>
span { border-color: #512C1E; }
span { border-color: rgb(81,44,30); }
td.TdClassName
{
border-color: #512C1E;
}
.TagClassName
{
border-color: #512C1E;
}
</style>