Shades of Indian Tan #4F3224
Tints of Indian Tan #4F3224
RGB
CMYK
RGB Variations
Color information
#4F3224 (or 0x4F3224) is known color: Indian Tan. HEX triplet: 4F, 32 and 24. RGB value is (79,50,36). Sum of RGB (Red+Green+Blue) = 79+50+36=165 (21% of max value = 765). Red value is 79 (31.25% from 255 or 47.88% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3224 is #B0CDDB. Grayscale: #393939. Windows color (decimal): -11587036 or 2372175. OLE color: 2372175.
HSL color Cylindrical-coordinate representation of color #4F3224: hue angle of 19.53º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3224 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 50 | 36 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.69 |
| HSL | 19.53º | 0.37% | 0.23% | - |
| HSV(B) | 19.53º | 0.54% | 0.31% | - |
| XYZ | 4.68 | 4.07 | 2.21 | - |
| YUV | 57.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 36 | 0 | 0.37 | 0.54 | 0.69 | 19.53 | 0.37 | 0.23 |
| Hex | 4F | 32 | 24 | 0 | 25 | 36 | 45 | 14 | 25 | 17 |
| Octal | 117 | 62 | 44 | 0 | 45 | 66 | 105 | 24 | 45 | 27 |
| Binary | 1001111 | 110010 | 100100 | 0 | 100101 | 110110 | 1000101 | 10100 | 100101 | 10111 |
Color Harmonies of #4F3224
Complementary color
Monochromatic Colors of #4F3224
Black with #4F3224
Text Example
Text Example
White with #4F3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3224; }
p { color: rgb(79,50,36); }
H1.HeaderClassName
{
color: #4F3224;
}
.AnyTagClassName
{
color: #4F3224;
}
</style>
background-color css
<style>
a { background-color: #4F3224; }
a { background-color: rgb(79,50,36); }
div.DivClassName
{
background-color: #4F3224;
}
.BgClassName
{
background-color: #4F3224;
}
</style>
border-color css
<style>
span { border-color: #4F3224; }
span { border-color: rgb(79,50,36); }
td.TdClassName
{
border-color: #4F3224;
}
.TagClassName
{
border-color: #4F3224;
}
</style>