Shades of Indian Tan #51210B
Tints of Indian Tan #51210B
RGB
CMYK
RGB Variations
Color information
#51210B (or 0x51210B) is known color: Indian Tan. HEX triplet: 51, 21 and 0B. RGB value is (81,33,11). Sum of RGB (Red+Green+Blue) = 81+33+11=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51210B is #AEDEF4. Grayscale: #2C2C2C. Windows color (decimal): -11460341 or 729425. OLE color: 729425.
HSL color Cylindrical-coordinate representation of color #51210B: hue angle of 18.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51210B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 11 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.68 |
| HSL | 18.86º | 0.76% | 0.18% | - |
| HSV(B) | 18.86º | 0.86% | 0.32% | - |
| XYZ | 4 | 2.86 | 0.66 | - |
| YUV | 44.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 11 | 0 | 0.59 | 0.86 | 0.68 | 18.86 | 0.76 | 0.18 |
| Hex | 51 | 21 | B | 0 | 3B | 56 | 44 | 13 | 4C | 12 |
| Octal | 121 | 41 | 13 | 0 | 73 | 126 | 104 | 23 | 114 | 22 |
| Binary | 1010001 | 100001 | 1011 | 0 | 111011 | 1010110 | 1000100 | 10011 | 1001100 | 10010 |
Color Harmonies of #51210B
Complementary color
Monochromatic Colors of #51210B
Black with #51210B
Text Example
Text Example
White with #51210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51210B; }
p { color: rgb(81,33,11); }
H1.HeaderClassName
{
color: #51210B;
}
.AnyTagClassName
{
color: #51210B;
}
</style>
background-color css
<style>
a { background-color: #51210B; }
a { background-color: rgb(81,33,11); }
div.DivClassName
{
background-color: #51210B;
}
.BgClassName
{
background-color: #51210B;
}
</style>
border-color css
<style>
span { border-color: #51210B; }
span { border-color: rgb(81,33,11); }
td.TdClassName
{
border-color: #51210B;
}
.TagClassName
{
border-color: #51210B;
}
</style>