Shades of Taupe #4A3A2E
Tints of Taupe #4A3A2E
RGB
CMYK
RGB Variations
Color information
#4A3A2E (or 0x4A3A2E) is known color: Taupe. HEX triplet: 4A, 3A and 2E. RGB value is (74,58,46). Sum of RGB (Red+Green+Blue) = 74+58+46=178 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.57% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3A2E is #B5C5D1. Grayscale: #3D3D3D. Windows color (decimal): -11912658 or 3029578. OLE color: 3029578.
HSL color Cylindrical-coordinate representation of color #4A3A2E: hue angle of 25.71º 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 #4A3A2E is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 58 | 46 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.71 |
| HSL | 25.71º | 0.23% | 0.24% | - |
| HSV(B) | 25.71º | 0.38% | 0.29% | - |
| XYZ | 4.83 | 4.68 | 3.23 | - |
| YUV | 61.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 46 | 0 | 0.22 | 0.38 | 0.71 | 25.71 | 0.23 | 0.24 |
| Hex | 4A | 3A | 2E | 0 | 16 | 26 | 47 | 1A | 17 | 18 |
| Octal | 112 | 72 | 56 | 0 | 26 | 46 | 107 | 32 | 27 | 30 |
| Binary | 1001010 | 111010 | 101110 | 0 | 10110 | 100110 | 1000111 | 11010 | 10111 | 11000 |
Color Harmonies of #4A3A2E
Complementary color
Monochromatic Colors of #4A3A2E
Black with #4A3A2E
Text Example
Text Example
White with #4A3A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A2E; }
p { color: rgb(74,58,46); }
H1.HeaderClassName
{
color: #4A3A2E;
}
.AnyTagClassName
{
color: #4A3A2E;
}
</style>
background-color css
<style>
a { background-color: #4A3A2E; }
a { background-color: rgb(74,58,46); }
div.DivClassName
{
background-color: #4A3A2E;
}
.BgClassName
{
background-color: #4A3A2E;
}
</style>
border-color css
<style>
span { border-color: #4A3A2E; }
span { border-color: rgb(74,58,46); }
td.TdClassName
{
border-color: #4A3A2E;
}
.TagClassName
{
border-color: #4A3A2E;
}
</style>