Shades of Indian Tan #4F2C1E
Tints of Indian Tan #4F2C1E
RGB
CMYK
RGB Variations
Color information
#4F2C1E (or 0x4F2C1E) is known color: Indian Tan. HEX triplet: 4F, 2C and 1E. RGB value is (79,44,30). Sum of RGB (Red+Green+Blue) = 79+44+30=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 30 (12.11% from 255 or 19.61% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2C1E is #B0D3E1. Grayscale: #343434. Windows color (decimal): -11588578 or 1977423. OLE color: 1977423.
HSL color Cylindrical-coordinate representation of color #4F2C1E: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F2C1E is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 44 | 30 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.69 |
| HSL | 17.14º | 0.45% | 0.21% | - |
| HSV(B) | 17.14º | 0.62% | 0.31% | - |
| XYZ | 4.36 | 3.56 | 1.69 | - |
| YUV | 52.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 30 | 0 | 0.44 | 0.62 | 0.69 | 17.14 | 0.45 | 0.21 |
| Hex | 4F | 2C | 1E | 0 | 2C | 3E | 45 | 11 | 2D | 15 |
| Octal | 117 | 54 | 36 | 0 | 54 | 76 | 105 | 21 | 55 | 25 |
| Binary | 1001111 | 101100 | 11110 | 0 | 101100 | 111110 | 1000101 | 10001 | 101101 | 10101 |
Color Harmonies of #4F2C1E
Complementary color
Monochromatic Colors of #4F2C1E
Black with #4F2C1E
Text Example
Text Example
White with #4F2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C1E; }
p { color: rgb(79,44,30); }
H1.HeaderClassName
{
color: #4F2C1E;
}
.AnyTagClassName
{
color: #4F2C1E;
}
</style>
background-color css
<style>
a { background-color: #4F2C1E; }
a { background-color: rgb(79,44,30); }
div.DivClassName
{
background-color: #4F2C1E;
}
.BgClassName
{
background-color: #4F2C1E;
}
</style>
border-color css
<style>
span { border-color: #4F2C1E; }
span { border-color: rgb(79,44,30); }
td.TdClassName
{
border-color: #4F2C1E;
}
.TagClassName
{
border-color: #4F2C1E;
}
</style>