Shades of Taupe #473A2E
Tints of Taupe #473A2E
RGB
CMYK
RGB Variations
Color information
#473A2E (or 0x473A2E) is known color: Taupe. HEX triplet: 47, 3A and 2E. RGB value is (71,58,46). Sum of RGB (Red+Green+Blue) = 71+58+46=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2E is #B8C5D1. Grayscale: #3C3C3C. Windows color (decimal): -12109266 or 3029575. OLE color: 3029575.
HSL color Cylindrical-coordinate representation of color #473A2E: hue angle of 28.8º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #473A2E is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 46 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.72 |
| HSL | 28.8º | 0.21% | 0.23% | - |
| HSV(B) | 28.8º | 0.35% | 0.28% | - |
| XYZ | 4.6 | 4.56 | 3.22 | - |
| YUV | 60.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 46 | 0 | 0.18 | 0.35 | 0.72 | 28.8 | 0.21 | 0.23 |
| Hex | 47 | 3A | 2E | 0 | 12 | 23 | 48 | 1D | 15 | 17 |
| Octal | 107 | 72 | 56 | 0 | 22 | 43 | 110 | 35 | 25 | 27 |
| Binary | 1000111 | 111010 | 101110 | 0 | 10010 | 100011 | 1001000 | 11101 | 10101 | 10111 |
Color Harmonies of #473A2E
Complementary color
Monochromatic Colors of #473A2E
Black with #473A2E
Text Example
Text Example
White with #473A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A2E; }
p { color: rgb(71,58,46); }
H1.HeaderClassName
{
color: #473A2E;
}
.AnyTagClassName
{
color: #473A2E;
}
</style>
background-color css
<style>
a { background-color: #473A2E; }
a { background-color: rgb(71,58,46); }
div.DivClassName
{
background-color: #473A2E;
}
.BgClassName
{
background-color: #473A2E;
}
</style>
border-color css
<style>
span { border-color: #473A2E; }
span { border-color: rgb(71,58,46); }
td.TdClassName
{
border-color: #473A2E;
}
.TagClassName
{
border-color: #473A2E;
}
</style>