Shades of Taupe #4E3E31
Tints of Taupe #4E3E31
RGB
CMYK
RGB Variations
Color information
#4E3E31 (or 0x4E3E31) is known color: Taupe. HEX triplet: 4E, 3E and 31. RGB value is (78,62,49). Sum of RGB (Red+Green+Blue) = 78+62+49=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E31 is #B1C1CE. Grayscale: #414141. Windows color (decimal): -11649487 or 3227214. OLE color: 3227214.
HSL color Cylindrical-coordinate representation of color #4E3E31: hue angle of 26.9º 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 #4E3E31 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 49 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.69 |
| HSL | 26.9º | 0.23% | 0.25% | - |
| HSV(B) | 26.9º | 0.37% | 0.31% | - |
| XYZ | 5.42 | 5.29 | 3.64 | - |
| YUV | 65.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 49 | 0 | 0.21 | 0.37 | 0.69 | 26.9 | 0.23 | 0.25 |
| Hex | 4E | 3E | 31 | 0 | 15 | 25 | 45 | 1B | 17 | 19 |
| Octal | 116 | 76 | 61 | 0 | 25 | 45 | 105 | 33 | 27 | 31 |
| Binary | 1001110 | 111110 | 110001 | 0 | 10101 | 100101 | 1000101 | 11011 | 10111 | 11001 |
Color Harmonies of #4E3E31
Complementary color
Monochromatic Colors of #4E3E31
Black with #4E3E31
Text Example
Text Example
White with #4E3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E31; }
p { color: rgb(78,62,49); }
H1.HeaderClassName
{
color: #4E3E31;
}
.AnyTagClassName
{
color: #4E3E31;
}
</style>
background-color css
<style>
a { background-color: #4E3E31; }
a { background-color: rgb(78,62,49); }
div.DivClassName
{
background-color: #4E3E31;
}
.BgClassName
{
background-color: #4E3E31;
}
</style>
border-color css
<style>
span { border-color: #4E3E31; }
span { border-color: rgb(78,62,49); }
td.TdClassName
{
border-color: #4E3E31;
}
.TagClassName
{
border-color: #4E3E31;
}
</style>