Shades of Indian Tan #4F210D
Tints of Indian Tan #4F210D
RGB
CMYK
RGB Variations
Color information
#4F210D (or 0x4F210D) is known color: Indian Tan. HEX triplet: 4F, 21 and 0D. RGB value is (79,33,13). Sum of RGB (Red+Green+Blue) = 79+33+13=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F210D is #B0DEF2. Grayscale: #2C2C2C. Windows color (decimal): -11591411 or 860495. OLE color: 860495.
HSL color Cylindrical-coordinate representation of color #4F210D: hue angle of 18.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F210D is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 13 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.69 |
| HSL | 18.18º | 0.72% | 0.18% | - |
| HSV(B) | 18.18º | 0.84% | 0.31% | - |
| XYZ | 3.84 | 2.78 | 0.71 | - |
| YUV | 44.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 13 | 0 | 0.58 | 0.84 | 0.69 | 18.18 | 0.72 | 0.18 |
| Hex | 4F | 21 | D | 0 | 3A | 54 | 45 | 12 | 48 | 12 |
| Octal | 117 | 41 | 15 | 0 | 72 | 124 | 105 | 22 | 110 | 22 |
| Binary | 1001111 | 100001 | 1101 | 0 | 111010 | 1010100 | 1000101 | 10010 | 1001000 | 10010 |
Color Harmonies of #4F210D
Complementary color
Monochromatic Colors of #4F210D
Black with #4F210D
Text Example
Text Example
White with #4F210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F210D; }
p { color: rgb(79,33,13); }
H1.HeaderClassName
{
color: #4F210D;
}
.AnyTagClassName
{
color: #4F210D;
}
</style>
background-color css
<style>
a { background-color: #4F210D; }
a { background-color: rgb(79,33,13); }
div.DivClassName
{
background-color: #4F210D;
}
.BgClassName
{
background-color: #4F210D;
}
</style>
border-color css
<style>
span { border-color: #4F210D; }
span { border-color: rgb(79,33,13); }
td.TdClassName
{
border-color: #4F210D;
}
.TagClassName
{
border-color: #4F210D;
}
</style>