Shades of Taupe #4A3C2E
Tints of Taupe #4A3C2E
RGB
CMYK
RGB Variations
Color information
#4A3C2E (or 0x4A3C2E) is known color: Taupe. HEX triplet: 4A, 3C and 2E. RGB value is (74,60,46). Sum of RGB (Red+Green+Blue) = 74+60+46=180 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.11% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C2E is #B5C3D1. Grayscale: #3E3E3E. Windows color (decimal): -11912146 or 3030090. OLE color: 3030090.
HSL color Cylindrical-coordinate representation of color #4A3C2E: hue angle of 30º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A3C2E is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 60 | 46 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.71 |
| HSL | 30º | 0.23% | 0.24% | - |
| HSV(B) | 30º | 0.38% | 0.29% | - |
| XYZ | 4.93 | 4.88 | 3.27 | - |
| YUV | 62.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 46 | 0 | 0.19 | 0.38 | 0.71 | 30 | 0.23 | 0.24 |
| Hex | 4A | 3C | 2E | 0 | 13 | 26 | 47 | 1E | 17 | 18 |
| Octal | 112 | 74 | 56 | 0 | 23 | 46 | 107 | 36 | 27 | 30 |
| Binary | 1001010 | 111100 | 101110 | 0 | 10011 | 100110 | 1000111 | 11110 | 10111 | 11000 |
Color Harmonies of #4A3C2E
Complementary color
Monochromatic Colors of #4A3C2E
Black with #4A3C2E
Text Example
Text Example
White with #4A3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C2E; }
p { color: rgb(74,60,46); }
H1.HeaderClassName
{
color: #4A3C2E;
}
.AnyTagClassName
{
color: #4A3C2E;
}
</style>
background-color css
<style>
a { background-color: #4A3C2E; }
a { background-color: rgb(74,60,46); }
div.DivClassName
{
background-color: #4A3C2E;
}
.BgClassName
{
background-color: #4A3C2E;
}
</style>
border-color css
<style>
span { border-color: #4A3C2E; }
span { border-color: rgb(74,60,46); }
td.TdClassName
{
border-color: #4A3C2E;
}
.TagClassName
{
border-color: #4A3C2E;
}
</style>