Shades of Taupe #4F3F32
Tints of Taupe #4F3F32
RGB
CMYK
RGB Variations
Color information
#4F3F32 (or 0x4F3F32) is known color: Taupe. HEX triplet: 4F, 3F and 32. RGB value is (79,63,50). Sum of RGB (Red+Green+Blue) = 79+63+50=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3F32 is #B0C0CD. Grayscale: #424242. Windows color (decimal): -11583694 or 3293007. OLE color: 3293007.
HSL color Cylindrical-coordinate representation of color #4F3F32: hue angle of 26.9º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4F3F32 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 63 | 50 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.69 |
| HSL | 26.9º | 0.22% | 0.25% | - |
| HSV(B) | 26.9º | 0.37% | 0.31% | - |
| XYZ | 5.58 | 5.45 | 3.78 | - |
| YUV | 66.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 63 | 50 | 0 | 0.20 | 0.37 | 0.69 | 26.9 | 0.22 | 0.25 |
| Hex | 4F | 3F | 32 | 0 | 14 | 25 | 45 | 1B | 16 | 19 |
| Octal | 117 | 77 | 62 | 0 | 24 | 45 | 105 | 33 | 26 | 31 |
| Binary | 1001111 | 111111 | 110010 | 0 | 10100 | 100101 | 1000101 | 11011 | 10110 | 11001 |
Color Harmonies of #4F3F32
Complementary color
Monochromatic Colors of #4F3F32
Black with #4F3F32
Text Example
Text Example
White with #4F3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3F32; }
p { color: rgb(79,63,50); }
H1.HeaderClassName
{
color: #4F3F32;
}
.AnyTagClassName
{
color: #4F3F32;
}
</style>
background-color css
<style>
a { background-color: #4F3F32; }
a { background-color: rgb(79,63,50); }
div.DivClassName
{
background-color: #4F3F32;
}
.BgClassName
{
background-color: #4F3F32;
}
</style>
border-color css
<style>
span { border-color: #4F3F32; }
span { border-color: rgb(79,63,50); }
td.TdClassName
{
border-color: #4F3F32;
}
.TagClassName
{
border-color: #4F3F32;
}
</style>