Shades of Taupe #4E3F31
Tints of Taupe #4E3F31
RGB
CMYK
RGB Variations
Color information
#4E3F31 (or 0x4E3F31) is known color: Taupe. HEX triplet: 4E, 3F and 31. RGB value is (78,63,49). Sum of RGB (Red+Green+Blue) = 78+63+49=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F31 is #B1C0CE. Grayscale: #414141. Windows color (decimal): -11649231 or 3227470. OLE color: 3227470.
HSL color Cylindrical-coordinate representation of color #4E3F31: hue angle of 28.97º degrees, saturation: 0.23, 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 #4E3F31 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 49 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.69 |
| HSL | 28.97º | 0.23% | 0.25% | - |
| HSV(B) | 28.97º | 0.37% | 0.31% | - |
| XYZ | 5.47 | 5.4 | 3.66 | - |
| YUV | 65.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 49 | 0 | 0.19 | 0.37 | 0.69 | 28.97 | 0.23 | 0.25 |
| Hex | 4E | 3F | 31 | 0 | 13 | 25 | 45 | 1D | 17 | 19 |
| Octal | 116 | 77 | 61 | 0 | 23 | 45 | 105 | 35 | 27 | 31 |
| Binary | 1001110 | 111111 | 110001 | 0 | 10011 | 100101 | 1000101 | 11101 | 10111 | 11001 |
Color Harmonies of #4E3F31
Complementary color
Monochromatic Colors of #4E3F31
Black with #4E3F31
Text Example
Text Example
White with #4E3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F31; }
p { color: rgb(78,63,49); }
H1.HeaderClassName
{
color: #4E3F31;
}
.AnyTagClassName
{
color: #4E3F31;
}
</style>
background-color css
<style>
a { background-color: #4E3F31; }
a { background-color: rgb(78,63,49); }
div.DivClassName
{
background-color: #4E3F31;
}
.BgClassName
{
background-color: #4E3F31;
}
</style>
border-color css
<style>
span { border-color: #4E3F31; }
span { border-color: rgb(78,63,49); }
td.TdClassName
{
border-color: #4E3F31;
}
.TagClassName
{
border-color: #4E3F31;
}
</style>