Shades of Indian Tan #4F270E
Tints of Indian Tan #4F270E
RGB
CMYK
RGB Variations
Color information
#4F270E (or 0x4F270E) is known color: Indian Tan. HEX triplet: 4F, 27 and 0E. RGB value is (79,39,14). Sum of RGB (Red+Green+Blue) = 79+39+14=132 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.85% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 79 - color contains mainly: red. Hex color #4F270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F270E is #B0D8F1. Grayscale: #303030. Windows color (decimal): -11589874 or 927567. OLE color: 927567.
HSL color Cylindrical-coordinate representation of color #4F270E: hue angle of 23.08º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F270E is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 14 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.69 |
| HSL | 23.08º | 0.7% | 0.18% | - |
| HSV(B) | 23.08º | 0.82% | 0.31% | - |
| XYZ | 4.03 | 3.15 | 0.81 | - |
| YUV | 48.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 14 | 0 | 0.51 | 0.82 | 0.69 | 23.08 | 0.7 | 0.18 |
| Hex | 4F | 27 | E | 0 | 33 | 52 | 45 | 17 | 46 | 12 |
| Octal | 117 | 47 | 16 | 0 | 63 | 122 | 105 | 27 | 106 | 22 |
| Binary | 1001111 | 100111 | 1110 | 0 | 110011 | 1010010 | 1000101 | 10111 | 1000110 | 10010 |
Color Harmonies of #4F270E
Complementary color
Monochromatic Colors of #4F270E
Black with #4F270E
Text Example
Text Example
White with #4F270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F270E; }
p { color: rgb(79,39,14); }
H1.HeaderClassName
{
color: #4F270E;
}
.AnyTagClassName
{
color: #4F270E;
}
</style>
background-color css
<style>
a { background-color: #4F270E; }
a { background-color: rgb(79,39,14); }
div.DivClassName
{
background-color: #4F270E;
}
.BgClassName
{
background-color: #4F270E;
}
</style>
border-color css
<style>
span { border-color: #4F270E; }
span { border-color: rgb(79,39,14); }
td.TdClassName
{
border-color: #4F270E;
}
.TagClassName
{
border-color: #4F270E;
}
</style>