Shades of Taupe #4F3A2C
Tints of Taupe #4F3A2C
RGB
CMYK
RGB Variations
Color information
#4F3A2C (or 0x4F3A2C) is known color: Taupe. HEX triplet: 4F, 3A and 2C. RGB value is (79,58,44). Sum of RGB (Red+Green+Blue) = 79+58+44=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A2C is #B0C5D3. Grayscale: #3E3E3E. Windows color (decimal): -11584980 or 2898511. OLE color: 2898511.
HSL color Cylindrical-coordinate representation of color #4F3A2C: hue angle of 24º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F3A2C is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 44 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.69 |
| HSL | 24º | 0.28% | 0.24% | - |
| HSV(B) | 24º | 0.44% | 0.31% | - |
| XYZ | 5.19 | 4.87 | 3.05 | - |
| YUV | 62.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 44 | 0 | 0.27 | 0.44 | 0.69 | 24 | 0.28 | 0.24 |
| Hex | 4F | 3A | 2C | 0 | 1B | 2C | 45 | 18 | 1C | 18 |
| Octal | 117 | 72 | 54 | 0 | 33 | 54 | 105 | 30 | 34 | 30 |
| Binary | 1001111 | 111010 | 101100 | 0 | 11011 | 101100 | 1000101 | 11000 | 11100 | 11000 |
Color Harmonies of #4F3A2C
Complementary color
Monochromatic Colors of #4F3A2C
Black with #4F3A2C
Text Example
Text Example
White with #4F3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A2C; }
p { color: rgb(79,58,44); }
H1.HeaderClassName
{
color: #4F3A2C;
}
.AnyTagClassName
{
color: #4F3A2C;
}
</style>
background-color css
<style>
a { background-color: #4F3A2C; }
a { background-color: rgb(79,58,44); }
div.DivClassName
{
background-color: #4F3A2C;
}
.BgClassName
{
background-color: #4F3A2C;
}
</style>
border-color css
<style>
span { border-color: #4F3A2C; }
span { border-color: rgb(79,58,44); }
td.TdClassName
{
border-color: #4F3A2C;
}
.TagClassName
{
border-color: #4F3A2C;
}
</style>