Shades of Indian Tan #51200C
Tints of Indian Tan #51200C
RGB
CMYK
RGB Variations
Color information
#51200C (or 0x51200C) is known color: Indian Tan. HEX triplet: 51, 20 and 0C. RGB value is (81,32,12). Sum of RGB (Red+Green+Blue) = 81+32+12=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #51200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51200C is #AEDFF3. Grayscale: #2C2C2C. Windows color (decimal): -11460596 or 794705. OLE color: 794705.
HSL color Cylindrical-coordinate representation of color #51200C: hue angle of 17.39º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51200C is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 12 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.68 |
| HSL | 17.39º | 0.74% | 0.18% | - |
| HSV(B) | 17.39º | 0.85% | 0.32% | - |
| XYZ | 3.98 | 2.81 | 0.68 | - |
| YUV | 44.37 | 109.73 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 12 | 0 | 0.60 | 0.85 | 0.68 | 17.39 | 0.74 | 0.18 |
| Hex | 51 | 20 | C | 0 | 3C | 55 | 44 | 11 | 4A | 12 |
| Octal | 121 | 40 | 14 | 0 | 74 | 125 | 104 | 21 | 112 | 22 |
| Binary | 1010001 | 100000 | 1100 | 0 | 111100 | 1010101 | 1000100 | 10001 | 1001010 | 10010 |
Color Harmonies of #51200C
Complementary color
Monochromatic Colors of #51200C
Black with #51200C
Text Example
Text Example
White with #51200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51200C; }
p { color: rgb(81,32,12); }
H1.HeaderClassName
{
color: #51200C;
}
.AnyTagClassName
{
color: #51200C;
}
</style>
background-color css
<style>
a { background-color: #51200C; }
a { background-color: rgb(81,32,12); }
div.DivClassName
{
background-color: #51200C;
}
.BgClassName
{
background-color: #51200C;
}
</style>
border-color css
<style>
span { border-color: #51200C; }
span { border-color: rgb(81,32,12); }
td.TdClassName
{
border-color: #51200C;
}
.TagClassName
{
border-color: #51200C;
}
</style>