Shades of Taupe #473A2D
Tints of Taupe #473A2D
RGB
CMYK
RGB Variations
Color information
#473A2D (or 0x473A2D) is known color: Taupe. HEX triplet: 47, 3A and 2D. RGB value is (71,58,45). Sum of RGB (Red+Green+Blue) = 71+58+45=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #473A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A2D is #B8C5D2. Grayscale: #3C3C3C. Windows color (decimal): -12109267 or 2964039. OLE color: 2964039.
HSL color Cylindrical-coordinate representation of color #473A2D: hue angle of 30º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473A2D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 45 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.72 |
| HSL | 30º | 0.22% | 0.23% | - |
| HSV(B) | 30º | 0.37% | 0.28% | - |
| XYZ | 4.59 | 4.56 | 3.12 | - |
| YUV | 60.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 45 | 0 | 0.18 | 0.37 | 0.72 | 30 | 0.22 | 0.23 |
| Hex | 47 | 3A | 2D | 0 | 12 | 25 | 48 | 1E | 16 | 17 |
| Octal | 107 | 72 | 55 | 0 | 22 | 45 | 110 | 36 | 26 | 27 |
| Binary | 1000111 | 111010 | 101101 | 0 | 10010 | 100101 | 1001000 | 11110 | 10110 | 10111 |
Color Harmonies of #473A2D
Complementary color
Monochromatic Colors of #473A2D
Black with #473A2D
Text Example
Text Example
White with #473A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A2D; }
p { color: rgb(71,58,45); }
H1.HeaderClassName
{
color: #473A2D;
}
.AnyTagClassName
{
color: #473A2D;
}
</style>
background-color css
<style>
a { background-color: #473A2D; }
a { background-color: rgb(71,58,45); }
div.DivClassName
{
background-color: #473A2D;
}
.BgClassName
{
background-color: #473A2D;
}
</style>
border-color css
<style>
span { border-color: #473A2D; }
span { border-color: rgb(71,58,45); }
td.TdClassName
{
border-color: #473A2D;
}
.TagClassName
{
border-color: #473A2D;
}
</style>