Shades of Taupe #4F3B2C
Tints of Taupe #4F3B2C
RGB
CMYK
RGB Variations
Color information
#4F3B2C (or 0x4F3B2C) is known color: Taupe. HEX triplet: 4F, 3B and 2C. RGB value is (79,59,44). Sum of RGB (Red+Green+Blue) = 79+59+44=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 44 (17.58% from 255 or 24.18% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3B2C is #B0C4D3. Grayscale: #3F3F3F. Windows color (decimal): -11584724 or 2898767. OLE color: 2898767.
HSL color Cylindrical-coordinate representation of color #4F3B2C: hue angle of 25.71º 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 #4F3B2C is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 59 | 44 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.69 |
| HSL | 25.71º | 0.28% | 0.24% | - |
| HSV(B) | 25.71º | 0.44% | 0.31% | - |
| XYZ | 5.24 | 4.97 | 3.07 | - |
| YUV | 63.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 59 | 44 | 0 | 0.25 | 0.44 | 0.69 | 25.71 | 0.28 | 0.24 |
| Hex | 4F | 3B | 2C | 0 | 19 | 2C | 45 | 1A | 1C | 18 |
| Octal | 117 | 73 | 54 | 0 | 31 | 54 | 105 | 32 | 34 | 30 |
| Binary | 1001111 | 111011 | 101100 | 0 | 11001 | 101100 | 1000101 | 11010 | 11100 | 11000 |
Color Harmonies of #4F3B2C
Complementary color
Monochromatic Colors of #4F3B2C
Black with #4F3B2C
Text Example
Text Example
White with #4F3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3B2C; }
p { color: rgb(79,59,44); }
H1.HeaderClassName
{
color: #4F3B2C;
}
.AnyTagClassName
{
color: #4F3B2C;
}
</style>
background-color css
<style>
a { background-color: #4F3B2C; }
a { background-color: rgb(79,59,44); }
div.DivClassName
{
background-color: #4F3B2C;
}
.BgClassName
{
background-color: #4F3B2C;
}
</style>
border-color css
<style>
span { border-color: #4F3B2C; }
span { border-color: rgb(79,59,44); }
td.TdClassName
{
border-color: #4F3B2C;
}
.TagClassName
{
border-color: #4F3B2C;
}
</style>