Shades of Indian Tan #51200B
Tints of Indian Tan #51200B
RGB
CMYK
RGB Variations
Color information
#51200B (or 0x51200B) is known color: Indian Tan. HEX triplet: 51, 20 and 0B. RGB value is (81,32,11). Sum of RGB (Red+Green+Blue) = 81+32+11=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #51200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51200B is #AEDFF4. Grayscale: #2C2C2C. Windows color (decimal): -11460597 or 729169. OLE color: 729169.
HSL color Cylindrical-coordinate representation of color #51200B: hue angle of 18º 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 #51200B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 11 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.68 |
| HSL | 18º | 0.76% | 0.18% | - |
| HSV(B) | 18º | 0.86% | 0.32% | - |
| XYZ | 3.97 | 2.81 | 0.65 | - |
| YUV | 44.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 11 | 0 | 0.60 | 0.86 | 0.68 | 18 | 0.76 | 0.18 |
| Hex | 51 | 20 | B | 0 | 3C | 56 | 44 | 12 | 4C | 12 |
| Octal | 121 | 40 | 13 | 0 | 74 | 126 | 104 | 22 | 114 | 22 |
| Binary | 1010001 | 100000 | 1011 | 0 | 111100 | 1010110 | 1000100 | 10010 | 1001100 | 10010 |
Color Harmonies of #51200B
Complementary color
Monochromatic Colors of #51200B
Black with #51200B
Text Example
Text Example
White with #51200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51200B; }
p { color: rgb(81,32,11); }
H1.HeaderClassName
{
color: #51200B;
}
.AnyTagClassName
{
color: #51200B;
}
</style>
background-color css
<style>
a { background-color: #51200B; }
a { background-color: rgb(81,32,11); }
div.DivClassName
{
background-color: #51200B;
}
.BgClassName
{
background-color: #51200B;
}
</style>
border-color css
<style>
span { border-color: #51200B; }
span { border-color: rgb(81,32,11); }
td.TdClassName
{
border-color: #51200B;
}
.TagClassName
{
border-color: #51200B;
}
</style>