Shades of Taupe #4E3B2F
Tints of Taupe #4E3B2F
RGB
CMYK
RGB Variations
Color information
#4E3B2F (or 0x4E3B2F) is known color: Taupe. HEX triplet: 4E, 3B and 2F. RGB value is (78,59,47). Sum of RGB (Red+Green+Blue) = 78+59+47=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B2F is #B1C4D0. Grayscale: #3F3F3F. Windows color (decimal): -11650257 or 3095374. OLE color: 3095374.
HSL color Cylindrical-coordinate representation of color #4E3B2F: hue angle of 23.23º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E3B2F is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 47 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.69 |
| HSL | 23.23º | 0.25% | 0.25% | - |
| HSV(B) | 23.23º | 0.4% | 0.31% | - |
| XYZ | 5.22 | 4.95 | 3.37 | - |
| YUV | 63.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 47 | 0 | 0.24 | 0.40 | 0.69 | 23.23 | 0.25 | 0.25 |
| Hex | 4E | 3B | 2F | 0 | 18 | 28 | 45 | 17 | 19 | 19 |
| Octal | 116 | 73 | 57 | 0 | 30 | 50 | 105 | 27 | 31 | 31 |
| Binary | 1001110 | 111011 | 101111 | 0 | 11000 | 101000 | 1000101 | 10111 | 11001 | 11001 |
Color Harmonies of #4E3B2F
Complementary color
Monochromatic Colors of #4E3B2F
Black with #4E3B2F
Text Example
Text Example
White with #4E3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B2F; }
p { color: rgb(78,59,47); }
H1.HeaderClassName
{
color: #4E3B2F;
}
.AnyTagClassName
{
color: #4E3B2F;
}
</style>
background-color css
<style>
a { background-color: #4E3B2F; }
a { background-color: rgb(78,59,47); }
div.DivClassName
{
background-color: #4E3B2F;
}
.BgClassName
{
background-color: #4E3B2F;
}
</style>
border-color css
<style>
span { border-color: #4E3B2F; }
span { border-color: rgb(78,59,47); }
td.TdClassName
{
border-color: #4E3B2F;
}
.TagClassName
{
border-color: #4E3B2F;
}
</style>