Shades of Indian Tan #4F3026
Tints of Indian Tan #4F3026
RGB
CMYK
RGB Variations
Color information
#4F3026 (or 0x4F3026) is known color: Indian Tan. HEX triplet: 4F, 30 and 26. RGB value is (79,48,38). Sum of RGB (Red+Green+Blue) = 79+48+38=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3026 is #B0CFD9. Grayscale: #383838. Windows color (decimal): -11587546 or 2502735. OLE color: 2502735.
HSL color Cylindrical-coordinate representation of color #4F3026: hue angle of 14.63º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F3026 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 38 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.69 |
| HSL | 14.63º | 0.35% | 0.23% | - |
| HSV(B) | 14.63º | 0.52% | 0.31% | - |
| XYZ | 4.63 | 3.92 | 2.35 | - |
| YUV | 56.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 38 | 0 | 0.39 | 0.52 | 0.69 | 14.63 | 0.35 | 0.23 |
| Hex | 4F | 30 | 26 | 0 | 27 | 34 | 45 | F | 23 | 17 |
| Octal | 117 | 60 | 46 | 0 | 47 | 64 | 105 | 17 | 43 | 27 |
| Binary | 1001111 | 110000 | 100110 | 0 | 100111 | 110100 | 1000101 | 1111 | 100011 | 10111 |
Color Harmonies of #4F3026
Complementary color
Monochromatic Colors of #4F3026
Black with #4F3026
Text Example
Text Example
White with #4F3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3026; }
p { color: rgb(79,48,38); }
H1.HeaderClassName
{
color: #4F3026;
}
.AnyTagClassName
{
color: #4F3026;
}
</style>
background-color css
<style>
a { background-color: #4F3026; }
a { background-color: rgb(79,48,38); }
div.DivClassName
{
background-color: #4F3026;
}
.BgClassName
{
background-color: #4F3026;
}
</style>
border-color css
<style>
span { border-color: #4F3026; }
span { border-color: rgb(79,48,38); }
td.TdClassName
{
border-color: #4F3026;
}
.TagClassName
{
border-color: #4F3026;
}
</style>