Shades of Taupe #4E3C2F
Tints of Taupe #4E3C2F
RGB
CMYK
RGB Variations
Color information
#4E3C2F (or 0x4E3C2F) is known color: Taupe. HEX triplet: 4E, 3C and 2F. RGB value is (78,60,47). Sum of RGB (Red+Green+Blue) = 78+60+47=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C2F is #B1C3D0. Grayscale: #3F3F3F. Windows color (decimal): -11650001 or 3095630. OLE color: 3095630.
HSL color Cylindrical-coordinate representation of color #4E3C2F: hue angle of 25.16º 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 #4E3C2F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 47 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.69 |
| HSL | 25.16º | 0.25% | 0.25% | - |
| HSV(B) | 25.16º | 0.4% | 0.31% | - |
| XYZ | 5.27 | 5.06 | 3.39 | - |
| YUV | 63.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 47 | 0 | 0.23 | 0.40 | 0.69 | 25.16 | 0.25 | 0.25 |
| Hex | 4E | 3C | 2F | 0 | 17 | 28 | 45 | 19 | 19 | 19 |
| Octal | 116 | 74 | 57 | 0 | 27 | 50 | 105 | 31 | 31 | 31 |
| Binary | 1001110 | 111100 | 101111 | 0 | 10111 | 101000 | 1000101 | 11001 | 11001 | 11001 |
Color Harmonies of #4E3C2F
Complementary color
Monochromatic Colors of #4E3C2F
Black with #4E3C2F
Text Example
Text Example
White with #4E3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C2F; }
p { color: rgb(78,60,47); }
H1.HeaderClassName
{
color: #4E3C2F;
}
.AnyTagClassName
{
color: #4E3C2F;
}
</style>
background-color css
<style>
a { background-color: #4E3C2F; }
a { background-color: rgb(78,60,47); }
div.DivClassName
{
background-color: #4E3C2F;
}
.BgClassName
{
background-color: #4E3C2F;
}
</style>
border-color css
<style>
span { border-color: #4E3C2F; }
span { border-color: rgb(78,60,47); }
td.TdClassName
{
border-color: #4E3C2F;
}
.TagClassName
{
border-color: #4E3C2F;
}
</style>