Shades of Indian Tan #4F2413
Tints of Indian Tan #4F2413
RGB
CMYK
RGB Variations
Color information
#4F2413 (or 0x4F2413) is known color: Indian Tan. HEX triplet: 4F, 24 and 13. RGB value is (79,36,19). Sum of RGB (Red+Green+Blue) = 79+36+19=134 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.96% from 134); Green value is 36 (14.45% from 255 or 26.87% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2413 is #B0DBEC. Grayscale: #2F2F2F. Windows color (decimal): -11590637 or 1254479. OLE color: 1254479.
HSL color Cylindrical-coordinate representation of color #4F2413: hue angle of 17º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F2413 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 36 | 19 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.69 |
| HSL | 17º | 0.61% | 0.19% | - |
| HSV(B) | 17º | 0.76% | 0.31% | - |
| XYZ | 3.97 | 2.97 | 0.98 | - |
| YUV | 46.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 19 | 0 | 0.54 | 0.76 | 0.69 | 17 | 0.61 | 0.19 |
| Hex | 4F | 24 | 13 | 0 | 36 | 4C | 45 | 11 | 3D | 13 |
| Octal | 117 | 44 | 23 | 0 | 66 | 114 | 105 | 21 | 75 | 23 |
| Binary | 1001111 | 100100 | 10011 | 0 | 110110 | 1001100 | 1000101 | 10001 | 111101 | 10011 |
Color Harmonies of #4F2413
Complementary color
Monochromatic Colors of #4F2413
Black with #4F2413
Text Example
Text Example
White with #4F2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2413; }
p { color: rgb(79,36,19); }
H1.HeaderClassName
{
color: #4F2413;
}
.AnyTagClassName
{
color: #4F2413;
}
</style>
background-color css
<style>
a { background-color: #4F2413; }
a { background-color: rgb(79,36,19); }
div.DivClassName
{
background-color: #4F2413;
}
.BgClassName
{
background-color: #4F2413;
}
</style>
border-color css
<style>
span { border-color: #4F2413; }
span { border-color: rgb(79,36,19); }
td.TdClassName
{
border-color: #4F2413;
}
.TagClassName
{
border-color: #4F2413;
}
</style>