Shades of Indian Tan #4F301B
Tints of Indian Tan #4F301B
RGB
CMYK
RGB Variations
Color information
#4F301B (or 0x4F301B) is known color: Indian Tan. HEX triplet: 4F, 30 and 1B. RGB value is (79,48,27). Sum of RGB (Red+Green+Blue) = 79+48+27=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F301B is #B0CFE4. Grayscale: #363636. Windows color (decimal): -11587557 or 1781839. OLE color: 1781839.
HSL color Cylindrical-coordinate representation of color #4F301B: hue angle of 24.23º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F301B is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 48 | 27 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.69 |
| HSL | 24.23º | 0.49% | 0.21% | - |
| HSV(B) | 24.23º | 0.66% | 0.31% | - |
| XYZ | 4.48 | 3.86 | 1.54 | - |
| YUV | 54.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 48 | 27 | 0 | 0.39 | 0.66 | 0.69 | 24.23 | 0.49 | 0.21 |
| Hex | 4F | 30 | 1B | 0 | 27 | 42 | 45 | 18 | 31 | 15 |
| Octal | 117 | 60 | 33 | 0 | 47 | 102 | 105 | 30 | 61 | 25 |
| Binary | 1001111 | 110000 | 11011 | 0 | 100111 | 1000010 | 1000101 | 11000 | 110001 | 10101 |
Color Harmonies of #4F301B
Complementary color
Monochromatic Colors of #4F301B
Black with #4F301B
Text Example
Text Example
White with #4F301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F301B; }
p { color: rgb(79,48,27); }
H1.HeaderClassName
{
color: #4F301B;
}
.AnyTagClassName
{
color: #4F301B;
}
</style>
background-color css
<style>
a { background-color: #4F301B; }
a { background-color: rgb(79,48,27); }
div.DivClassName
{
background-color: #4F301B;
}
.BgClassName
{
background-color: #4F301B;
}
</style>
border-color css
<style>
span { border-color: #4F301B; }
span { border-color: rgb(79,48,27); }
td.TdClassName
{
border-color: #4F301B;
}
.TagClassName
{
border-color: #4F301B;
}
</style>