Shades of Taupe #4A3C31
Tints of Taupe #4A3C31
RGB
CMYK
RGB Variations
Color information
#4A3C31 (or 0x4A3C31) is known color: Taupe. HEX triplet: 4A, 3C and 31. RGB value is (74,60,49). Sum of RGB (Red+Green+Blue) = 74+60+49=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C31 is #B5C3CE. Grayscale: #3E3E3E. Windows color (decimal): -11912143 or 3226698. OLE color: 3226698.
HSL color Cylindrical-coordinate representation of color #4A3C31: hue angle of 26.4º 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 #4A3C31 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 60 | 49 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.71 |
| HSL | 26.4º | 0.2% | 0.24% | - |
| HSV(B) | 26.4º | 0.34% | 0.29% | - |
| XYZ | 4.99 | 4.91 | 3.59 | - |
| YUV | 62.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 49 | 0 | 0.19 | 0.34 | 0.71 | 26.4 | 0.2 | 0.24 |
| Hex | 4A | 3C | 31 | 0 | 13 | 22 | 47 | 1A | 14 | 18 |
| Octal | 112 | 74 | 61 | 0 | 23 | 42 | 107 | 32 | 24 | 30 |
| Binary | 1001010 | 111100 | 110001 | 0 | 10011 | 100010 | 1000111 | 11010 | 10100 | 11000 |
Color Harmonies of #4A3C31
Complementary color
Monochromatic Colors of #4A3C31
Black with #4A3C31
Text Example
Text Example
White with #4A3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C31; }
p { color: rgb(74,60,49); }
H1.HeaderClassName
{
color: #4A3C31;
}
.AnyTagClassName
{
color: #4A3C31;
}
</style>
background-color css
<style>
a { background-color: #4A3C31; }
a { background-color: rgb(74,60,49); }
div.DivClassName
{
background-color: #4A3C31;
}
.BgClassName
{
background-color: #4A3C31;
}
</style>
border-color css
<style>
span { border-color: #4A3C31; }
span { border-color: rgb(74,60,49); }
td.TdClassName
{
border-color: #4A3C31;
}
.TagClassName
{
border-color: #4A3C31;
}
</style>