Shades of Indian Tan #51260F
Tints of Indian Tan #51260F
RGB
CMYK
RGB Variations
Color information
#51260F (or 0x51260F) is known color: Indian Tan. HEX triplet: 51, 26 and 0F. RGB value is (81,38,15). Sum of RGB (Red+Green+Blue) = 81+38+15=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #51260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51260F is #AED9F0. Grayscale: #303030. Windows color (decimal): -11459057 or 992849. OLE color: 992849.
HSL color Cylindrical-coordinate representation of color #51260F: hue angle of 20.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51260F is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 15 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.68 |
| HSL | 20.91º | 0.69% | 0.19% | - |
| HSV(B) | 20.91º | 0.81% | 0.32% | - |
| XYZ | 4.17 | 3.17 | 0.84 | - |
| YUV | 48.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 15 | 0 | 0.53 | 0.81 | 0.68 | 20.91 | 0.69 | 0.19 |
| Hex | 51 | 26 | F | 0 | 35 | 51 | 44 | 15 | 45 | 13 |
| Octal | 121 | 46 | 17 | 0 | 65 | 121 | 104 | 25 | 105 | 23 |
| Binary | 1010001 | 100110 | 1111 | 0 | 110101 | 1010001 | 1000100 | 10101 | 1000101 | 10011 |
Color Harmonies of #51260F
Complementary color
Monochromatic Colors of #51260F
Black with #51260F
Text Example
Text Example
White with #51260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51260F; }
p { color: rgb(81,38,15); }
H1.HeaderClassName
{
color: #51260F;
}
.AnyTagClassName
{
color: #51260F;
}
</style>
background-color css
<style>
a { background-color: #51260F; }
a { background-color: rgb(81,38,15); }
div.DivClassName
{
background-color: #51260F;
}
.BgClassName
{
background-color: #51260F;
}
</style>
border-color css
<style>
span { border-color: #51260F; }
span { border-color: rgb(81,38,15); }
td.TdClassName
{
border-color: #51260F;
}
.TagClassName
{
border-color: #51260F;
}
</style>