Shades of Taupe #4E3C2E
Tints of Taupe #4E3C2E
RGB
CMYK
RGB Variations
Color information
#4E3C2E (or 0x4E3C2E) is known color: Taupe. HEX triplet: 4E, 3C and 2E. RGB value is (78,60,46). Sum of RGB (Red+Green+Blue) = 78+60+46=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C2E is #B1C3D1. Grayscale: #3F3F3F. Windows color (decimal): -11650002 or 3030094. OLE color: 3030094.
HSL color Cylindrical-coordinate representation of color #4E3C2E: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E3C2E is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 46 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.69 |
| HSL | 26.25º | 0.26% | 0.24% | - |
| HSV(B) | 26.25º | 0.41% | 0.31% | - |
| XYZ | 5.25 | 5.05 | 3.28 | - |
| YUV | 63.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 46 | 0 | 0.23 | 0.41 | 0.69 | 26.25 | 0.26 | 0.24 |
| Hex | 4E | 3C | 2E | 0 | 17 | 29 | 45 | 1A | 1A | 18 |
| Octal | 116 | 74 | 56 | 0 | 27 | 51 | 105 | 32 | 32 | 30 |
| Binary | 1001110 | 111100 | 101110 | 0 | 10111 | 101001 | 1000101 | 11010 | 11010 | 11000 |
Color Harmonies of #4E3C2E
Complementary color
Monochromatic Colors of #4E3C2E
Black with #4E3C2E
Text Example
Text Example
White with #4E3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C2E; }
p { color: rgb(78,60,46); }
H1.HeaderClassName
{
color: #4E3C2E;
}
.AnyTagClassName
{
color: #4E3C2E;
}
</style>
background-color css
<style>
a { background-color: #4E3C2E; }
a { background-color: rgb(78,60,46); }
div.DivClassName
{
background-color: #4E3C2E;
}
.BgClassName
{
background-color: #4E3C2E;
}
</style>
border-color css
<style>
span { border-color: #4E3C2E; }
span { border-color: rgb(78,60,46); }
td.TdClassName
{
border-color: #4E3C2E;
}
.TagClassName
{
border-color: #4E3C2E;
}
</style>