Shades of Taupe #4A3A31
Tints of Taupe #4A3A31
RGB
CMYK
RGB Variations
Color information
#4A3A31 (or 0x4A3A31) is known color: Taupe. HEX triplet: 4A, 3A and 31. RGB value is (74,58,49). Sum of RGB (Red+Green+Blue) = 74+58+49=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3A31 is #B5C5CE. Grayscale: #3D3D3D. Windows color (decimal): -11912655 or 3226186. OLE color: 3226186.
HSL color Cylindrical-coordinate representation of color #4A3A31: hue angle of 21.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A3A31 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 58 | 49 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.71 |
| HSL | 21.6º | 0.2% | 0.24% | - |
| HSV(B) | 21.6º | 0.34% | 0.29% | - |
| XYZ | 4.89 | 4.7 | 3.56 | - |
| YUV | 61.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 49 | 0 | 0.22 | 0.34 | 0.71 | 21.6 | 0.2 | 0.24 |
| Hex | 4A | 3A | 31 | 0 | 16 | 22 | 47 | 16 | 14 | 18 |
| Octal | 112 | 72 | 61 | 0 | 26 | 42 | 107 | 26 | 24 | 30 |
| Binary | 1001010 | 111010 | 110001 | 0 | 10110 | 100010 | 1000111 | 10110 | 10100 | 11000 |
Color Harmonies of #4A3A31
Complementary color
Monochromatic Colors of #4A3A31
Black with #4A3A31
Text Example
Text Example
White with #4A3A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A31; }
p { color: rgb(74,58,49); }
H1.HeaderClassName
{
color: #4A3A31;
}
.AnyTagClassName
{
color: #4A3A31;
}
</style>
background-color css
<style>
a { background-color: #4A3A31; }
a { background-color: rgb(74,58,49); }
div.DivClassName
{
background-color: #4A3A31;
}
.BgClassName
{
background-color: #4A3A31;
}
</style>
border-color css
<style>
span { border-color: #4A3A31; }
span { border-color: rgb(74,58,49); }
td.TdClassName
{
border-color: #4A3A31;
}
.TagClassName
{
border-color: #4A3A31;
}
</style>