Shades of Indian Tan #4F3020
Tints of Indian Tan #4F3020
RGB
CMYK
RGB Variations
Color information
#4F3020 (or 0x4F3020) is known color: Indian Tan. HEX triplet: 4F, 30 and 20. RGB value is (79,48,32). Sum of RGB (Red+Green+Blue) = 79+48+32=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3020 is #B0CFDF. Grayscale: #373737. Windows color (decimal): -11587552 or 2109519. OLE color: 2109519.
HSL color Cylindrical-coordinate representation of color #4F3020: hue angle of 20.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F3020 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 32 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.69 |
| HSL | 20.43º | 0.42% | 0.22% | - |
| HSV(B) | 20.43º | 0.59% | 0.31% | - |
| XYZ | 4.54 | 3.88 | 1.88 | - |
| YUV | 55.45 | 114.77 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 32 | 0 | 0.39 | 0.59 | 0.69 | 20.43 | 0.42 | 0.22 |
| Hex | 4F | 30 | 20 | 0 | 27 | 3B | 45 | 14 | 2A | 16 |
| Octal | 117 | 60 | 40 | 0 | 47 | 73 | 105 | 24 | 52 | 26 |
| Binary | 1001111 | 110000 | 100000 | 0 | 100111 | 111011 | 1000101 | 10100 | 101010 | 10110 |
Color Harmonies of #4F3020
Complementary color
Monochromatic Colors of #4F3020
Black with #4F3020
Text Example
Text Example
White with #4F3020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3020; }
p { color: rgb(79,48,32); }
H1.HeaderClassName
{
color: #4F3020;
}
.AnyTagClassName
{
color: #4F3020;
}
</style>
background-color css
<style>
a { background-color: #4F3020; }
a { background-color: rgb(79,48,32); }
div.DivClassName
{
background-color: #4F3020;
}
.BgClassName
{
background-color: #4F3020;
}
</style>
border-color css
<style>
span { border-color: #4F3020; }
span { border-color: rgb(79,48,32); }
td.TdClassName
{
border-color: #4F3020;
}
.TagClassName
{
border-color: #4F3020;
}
</style>