Shades of Indian Tan #51281B
Tints of Indian Tan #51281B
RGB
CMYK
RGB Variations
Color information
#51281B (or 0x51281B) is known color: Indian Tan. HEX triplet: 51, 28 and 1B. RGB value is (81,40,27). Sum of RGB (Red+Green+Blue) = 81+40+27=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51281B is #AED7E4. Grayscale: #323232. Windows color (decimal): -11458533 or 1779793. OLE color: 1779793.
HSL color Cylindrical-coordinate representation of color #51281B: hue angle of 14.44º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51281B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 27 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.68 |
| HSL | 14.44º | 0.5% | 0.21% | - |
| HSV(B) | 14.44º | 0.67% | 0.32% | - |
| XYZ | 4.35 | 3.35 | 1.45 | - |
| YUV | 50.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 27 | 0 | 0.51 | 0.67 | 0.68 | 14.44 | 0.5 | 0.21 |
| Hex | 51 | 28 | 1B | 0 | 33 | 43 | 44 | E | 32 | 15 |
| Octal | 121 | 50 | 33 | 0 | 63 | 103 | 104 | 16 | 62 | 25 |
| Binary | 1010001 | 101000 | 11011 | 0 | 110011 | 1000011 | 1000100 | 1110 | 110010 | 10101 |
Color Harmonies of #51281B
Complementary color
Monochromatic Colors of #51281B
Black with #51281B
Text Example
Text Example
White with #51281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51281B; }
p { color: rgb(81,40,27); }
H1.HeaderClassName
{
color: #51281B;
}
.AnyTagClassName
{
color: #51281B;
}
</style>
background-color css
<style>
a { background-color: #51281B; }
a { background-color: rgb(81,40,27); }
div.DivClassName
{
background-color: #51281B;
}
.BgClassName
{
background-color: #51281B;
}
</style>
border-color css
<style>
span { border-color: #51281B; }
span { border-color: rgb(81,40,27); }
td.TdClassName
{
border-color: #51281B;
}
.TagClassName
{
border-color: #51281B;
}
</style>