Shades of Taupe #4A3F36
Tints of Taupe #4A3F36
RGB
CMYK
RGB Variations
Color information
#4A3F36 (or 0x4A3F36) is known color: Taupe. HEX triplet: 4A, 3F and 36. RGB value is (74,63,54). Sum of RGB (Red+Green+Blue) = 74+63+54=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F36 is #B5C0C9. Grayscale: #414141. Windows color (decimal): -11911370 or 3555146. OLE color: 3555146.
HSL color Cylindrical-coordinate representation of color #4A3F36: hue angle of 27º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3F36 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 63 | 54 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.71 |
| HSL | 27º | 0.16% | 0.25% | - |
| HSV(B) | 27º | 0.27% | 0.29% | - |
| XYZ | 5.27 | 5.28 | 4.23 | - |
| YUV | 65.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 54 | 0 | 0.15 | 0.27 | 0.71 | 27 | 0.16 | 0.25 |
| Hex | 4A | 3F | 36 | 0 | F | 1B | 47 | 1B | 10 | 19 |
| Octal | 112 | 77 | 66 | 0 | 17 | 33 | 107 | 33 | 20 | 31 |
| Binary | 1001010 | 111111 | 110110 | 0 | 1111 | 11011 | 1000111 | 11011 | 10000 | 11001 |
Color Harmonies of #4A3F36
Complementary color
Monochromatic Colors of #4A3F36
Black with #4A3F36
Text Example
Text Example
White with #4A3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F36; }
p { color: rgb(74,63,54); }
H1.HeaderClassName
{
color: #4A3F36;
}
.AnyTagClassName
{
color: #4A3F36;
}
</style>
background-color css
<style>
a { background-color: #4A3F36; }
a { background-color: rgb(74,63,54); }
div.DivClassName
{
background-color: #4A3F36;
}
.BgClassName
{
background-color: #4A3F36;
}
</style>
border-color css
<style>
span { border-color: #4A3F36; }
span { border-color: rgb(74,63,54); }
td.TdClassName
{
border-color: #4A3F36;
}
.TagClassName
{
border-color: #4A3F36;
}
</style>