Shades of Indian Tan #4F2517
Tints of Indian Tan #4F2517
RGB
CMYK
RGB Variations
Color information
#4F2517 (or 0x4F2517) is known color: Indian Tan. HEX triplet: 4F, 25 and 17. RGB value is (79,37,23). Sum of RGB (Red+Green+Blue) = 79+37+23=139 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.83% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2517 is #B0DAE8. Grayscale: #303030. Windows color (decimal): -11590377 or 1516879. OLE color: 1516879.
HSL color Cylindrical-coordinate representation of color #4F2517: hue angle of 15º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F2517 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 37 | 23 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.69 |
| HSL | 15º | 0.55% | 0.2% | - |
| HSV(B) | 15º | 0.71% | 0.31% | - |
| XYZ | 4.04 | 3.05 | 1.19 | - |
| YUV | 47.96 | 113.91 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 23 | 0 | 0.53 | 0.71 | 0.69 | 15 | 0.55 | 0.2 |
| Hex | 4F | 25 | 17 | 0 | 35 | 47 | 45 | F | 37 | 14 |
| Octal | 117 | 45 | 27 | 0 | 65 | 107 | 105 | 17 | 67 | 24 |
| Binary | 1001111 | 100101 | 10111 | 0 | 110101 | 1000111 | 1000101 | 1111 | 110111 | 10100 |
Color Harmonies of #4F2517
Complementary color
Monochromatic Colors of #4F2517
Black with #4F2517
Text Example
Text Example
White with #4F2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2517; }
p { color: rgb(79,37,23); }
H1.HeaderClassName
{
color: #4F2517;
}
.AnyTagClassName
{
color: #4F2517;
}
</style>
background-color css
<style>
a { background-color: #4F2517; }
a { background-color: rgb(79,37,23); }
div.DivClassName
{
background-color: #4F2517;
}
.BgClassName
{
background-color: #4F2517;
}
</style>
border-color css
<style>
span { border-color: #4F2517; }
span { border-color: rgb(79,37,23); }
td.TdClassName
{
border-color: #4F2517;
}
.TagClassName
{
border-color: #4F2517;
}
</style>