Shades of Indian Tan #492B14
Tints of Indian Tan #492B14
RGB
CMYK
RGB Variations
Color information
#492B14 (or 0x492B14) is known color: Indian Tan. HEX triplet: 49, 2B and 14. RGB value is (73,43,20). Sum of RGB (Red+Green+Blue) = 73+43+20=136 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.68% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 73 - color contains mainly: red. Hex color #492B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492B14 is #B6D4EB. Grayscale: #313131. Windows color (decimal): -11982060 or 1321801. OLE color: 1321801.
HSL color Cylindrical-coordinate representation of color #492B14: hue angle of 26.04º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492B14 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 43 | 20 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.71 |
| HSL | 26.04º | 0.57% | 0.18% | - |
| HSV(B) | 26.04º | 0.73% | 0.29% | - |
| XYZ | 3.74 | 3.19 | 1.08 | - |
| YUV | 49.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 43 | 20 | 0 | 0.41 | 0.73 | 0.71 | 26.04 | 0.57 | 0.18 |
| Hex | 49 | 2B | 14 | 0 | 29 | 49 | 47 | 1A | 39 | 12 |
| Octal | 111 | 53 | 24 | 0 | 51 | 111 | 107 | 32 | 71 | 22 |
| Binary | 1001001 | 101011 | 10100 | 0 | 101001 | 1001001 | 1000111 | 11010 | 111001 | 10010 |
Color Harmonies of #492B14
Complementary color
Monochromatic Colors of #492B14
Black with #492B14
Text Example
Text Example
White with #492B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492B14; }
p { color: rgb(73,43,20); }
H1.HeaderClassName
{
color: #492B14;
}
.AnyTagClassName
{
color: #492B14;
}
</style>
background-color css
<style>
a { background-color: #492B14; }
a { background-color: rgb(73,43,20); }
div.DivClassName
{
background-color: #492B14;
}
.BgClassName
{
background-color: #492B14;
}
</style>
border-color css
<style>
span { border-color: #492B14; }
span { border-color: rgb(73,43,20); }
td.TdClassName
{
border-color: #492B14;
}
.TagClassName
{
border-color: #492B14;
}
</style>