Shades of Taupe #4E3B2D
Tints of Taupe #4E3B2D
RGB
CMYK
RGB Variations
Color information
#4E3B2D (or 0x4E3B2D) is known color: Taupe. HEX triplet: 4E, 3B and 2D. RGB value is (78,59,45). Sum of RGB (Red+Green+Blue) = 78+59+45=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B2D is #B1C4D2. Grayscale: #3F3F3F. Windows color (decimal): -11650259 or 2964302. OLE color: 2964302.
HSL color Cylindrical-coordinate representation of color #4E3B2D: hue angle of 25.45º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E3B2D is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 59 | 45 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.69 |
| HSL | 25.45º | 0.27% | 0.24% | - |
| HSV(B) | 25.45º | 0.42% | 0.31% | - |
| XYZ | 5.18 | 4.94 | 3.16 | - |
| YUV | 63.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 45 | 0 | 0.24 | 0.42 | 0.69 | 25.45 | 0.27 | 0.24 |
| Hex | 4E | 3B | 2D | 0 | 18 | 2A | 45 | 19 | 1B | 18 |
| Octal | 116 | 73 | 55 | 0 | 30 | 52 | 105 | 31 | 33 | 30 |
| Binary | 1001110 | 111011 | 101101 | 0 | 11000 | 101010 | 1000101 | 11001 | 11011 | 11000 |
Color Harmonies of #4E3B2D
Complementary color
Monochromatic Colors of #4E3B2D
Black with #4E3B2D
Text Example
Text Example
White with #4E3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3B2D; }
p { color: rgb(78,59,45); }
H1.HeaderClassName
{
color: #4E3B2D;
}
.AnyTagClassName
{
color: #4E3B2D;
}
</style>
background-color css
<style>
a { background-color: #4E3B2D; }
a { background-color: rgb(78,59,45); }
div.DivClassName
{
background-color: #4E3B2D;
}
.BgClassName
{
background-color: #4E3B2D;
}
</style>
border-color css
<style>
span { border-color: #4E3B2D; }
span { border-color: rgb(78,59,45); }
td.TdClassName
{
border-color: #4E3B2D;
}
.TagClassName
{
border-color: #4E3B2D;
}
</style>