Shades of Indian Tan #512B14
Tints of Indian Tan #512B14
RGB
CMYK
RGB Variations
Color information
#512B14 (or 0x512B14) is known color: Indian Tan. HEX triplet: 51, 2B and 14. RGB value is (81,43,20). Sum of RGB (Red+Green+Blue) = 81+43+20=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #512B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512B14 is #AED4EB. Grayscale: #333333. Windows color (decimal): -11457772 or 1321809. OLE color: 1321809.
HSL color Cylindrical-coordinate representation of color #512B14: hue angle of 22.62º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512B14 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 20 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.68 |
| HSL | 22.62º | 0.6% | 0.2% | - |
| HSV(B) | 22.62º | 0.75% | 0.32% | - |
| XYZ | 4.38 | 3.53 | 1.11 | - |
| YUV | 51.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 20 | 0 | 0.47 | 0.75 | 0.68 | 22.62 | 0.6 | 0.2 |
| Hex | 51 | 2B | 14 | 0 | 2F | 4B | 44 | 17 | 3C | 14 |
| Octal | 121 | 53 | 24 | 0 | 57 | 113 | 104 | 27 | 74 | 24 |
| Binary | 1010001 | 101011 | 10100 | 0 | 101111 | 1001011 | 1000100 | 10111 | 111100 | 10100 |
Color Harmonies of #512B14
Complementary color
Monochromatic Colors of #512B14
Black with #512B14
Text Example
Text Example
White with #512B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B14; }
p { color: rgb(81,43,20); }
H1.HeaderClassName
{
color: #512B14;
}
.AnyTagClassName
{
color: #512B14;
}
</style>
background-color css
<style>
a { background-color: #512B14; }
a { background-color: rgb(81,43,20); }
div.DivClassName
{
background-color: #512B14;
}
.BgClassName
{
background-color: #512B14;
}
</style>
border-color css
<style>
span { border-color: #512B14; }
span { border-color: rgb(81,43,20); }
td.TdClassName
{
border-color: #512B14;
}
.TagClassName
{
border-color: #512B14;
}
</style>