Shades of Taupe #4A3F35
Tints of Taupe #4A3F35
RGB
CMYK
RGB Variations
Color information
#4A3F35 (or 0x4A3F35) is known color: Taupe. HEX triplet: 4A, 3F and 35. RGB value is (74,63,53). Sum of RGB (Red+Green+Blue) = 74+63+53=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3F35 is #B5C0CA. Grayscale: #414141. Windows color (decimal): -11911371 or 3489610. OLE color: 3489610.
HSL color Cylindrical-coordinate representation of color #4A3F35: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A3F35 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 63 | 53 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.71 |
| HSL | 28.57º | 0.17% | 0.25% | - |
| HSV(B) | 28.57º | 0.28% | 0.29% | - |
| XYZ | 5.24 | 5.27 | 4.11 | - |
| YUV | 65.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 53 | 0 | 0.15 | 0.28 | 0.71 | 28.57 | 0.17 | 0.25 |
| Hex | 4A | 3F | 35 | 0 | F | 1C | 47 | 1D | 11 | 19 |
| Octal | 112 | 77 | 65 | 0 | 17 | 34 | 107 | 35 | 21 | 31 |
| Binary | 1001010 | 111111 | 110101 | 0 | 1111 | 11100 | 1000111 | 11101 | 10001 | 11001 |
Color Harmonies of #4A3F35
Complementary color
Monochromatic Colors of #4A3F35
Black with #4A3F35
Text Example
Text Example
White with #4A3F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3F35; }
p { color: rgb(74,63,53); }
H1.HeaderClassName
{
color: #4A3F35;
}
.AnyTagClassName
{
color: #4A3F35;
}
</style>
background-color css
<style>
a { background-color: #4A3F35; }
a { background-color: rgb(74,63,53); }
div.DivClassName
{
background-color: #4A3F35;
}
.BgClassName
{
background-color: #4A3F35;
}
</style>
border-color css
<style>
span { border-color: #4A3F35; }
span { border-color: rgb(74,63,53); }
td.TdClassName
{
border-color: #4A3F35;
}
.TagClassName
{
border-color: #4A3F35;
}
</style>