Shades of Taupe #4A3B31
Tints of Taupe #4A3B31
RGB
CMYK
RGB Variations
Color information
#4A3B31 (or 0x4A3B31) is known color: Taupe. HEX triplet: 4A, 3B and 31. RGB value is (74,59,49). Sum of RGB (Red+Green+Blue) = 74+59+49=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B31 is #B5C4CE. Grayscale: #3E3E3E. Windows color (decimal): -11912399 or 3226442. OLE color: 3226442.
HSL color Cylindrical-coordinate representation of color #4A3B31: hue angle of 24º 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 #4A3B31 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 49 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.71 |
| HSL | 24º | 0.2% | 0.24% | - |
| HSV(B) | 24º | 0.34% | 0.29% | - |
| XYZ | 4.94 | 4.81 | 3.57 | - |
| YUV | 62.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 49 | 0 | 0.20 | 0.34 | 0.71 | 24 | 0.2 | 0.24 |
| Hex | 4A | 3B | 31 | 0 | 14 | 22 | 47 | 18 | 14 | 18 |
| Octal | 112 | 73 | 61 | 0 | 24 | 42 | 107 | 30 | 24 | 30 |
| Binary | 1001010 | 111011 | 110001 | 0 | 10100 | 100010 | 1000111 | 11000 | 10100 | 11000 |
Color Harmonies of #4A3B31
Complementary color
Monochromatic Colors of #4A3B31
Black with #4A3B31
Text Example
Text Example
White with #4A3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B31; }
p { color: rgb(74,59,49); }
H1.HeaderClassName
{
color: #4A3B31;
}
.AnyTagClassName
{
color: #4A3B31;
}
</style>
background-color css
<style>
a { background-color: #4A3B31; }
a { background-color: rgb(74,59,49); }
div.DivClassName
{
background-color: #4A3B31;
}
.BgClassName
{
background-color: #4A3B31;
}
</style>
border-color css
<style>
span { border-color: #4A3B31; }
span { border-color: rgb(74,59,49); }
td.TdClassName
{
border-color: #4A3B31;
}
.TagClassName
{
border-color: #4A3B31;
}
</style>