Shades of Taupe #473B2D
Tints of Taupe #473B2D
RGB
CMYK
RGB Variations
Color information
#473B2D (or 0x473B2D) is known color: Taupe. HEX triplet: 47, 3B and 2D. RGB value is (71,59,45). Sum of RGB (Red+Green+Blue) = 71+59+45=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #473B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B2D is #B8C4D2. Grayscale: #3D3D3D. Windows color (decimal): -12109011 or 2964295. OLE color: 2964295.
HSL color Cylindrical-coordinate representation of color #473B2D: hue angle of 32.31º 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 #473B2D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 59 | 45 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.72 |
| HSL | 32.31º | 0.22% | 0.23% | - |
| HSV(B) | 32.31º | 0.37% | 0.28% | - |
| XYZ | 4.64 | 4.66 | 3.14 | - |
| YUV | 60.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 59 | 45 | 0 | 0.17 | 0.37 | 0.72 | 32.31 | 0.22 | 0.23 |
| Hex | 47 | 3B | 2D | 0 | 11 | 25 | 48 | 20 | 16 | 17 |
| Octal | 107 | 73 | 55 | 0 | 21 | 45 | 110 | 40 | 26 | 27 |
| Binary | 1000111 | 111011 | 101101 | 0 | 10001 | 100101 | 1001000 | 100000 | 10110 | 10111 |
Color Harmonies of #473B2D
Complementary color
Monochromatic Colors of #473B2D
Black with #473B2D
Text Example
Text Example
White with #473B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473B2D; }
p { color: rgb(71,59,45); }
H1.HeaderClassName
{
color: #473B2D;
}
.AnyTagClassName
{
color: #473B2D;
}
</style>
background-color css
<style>
a { background-color: #473B2D; }
a { background-color: rgb(71,59,45); }
div.DivClassName
{
background-color: #473B2D;
}
.BgClassName
{
background-color: #473B2D;
}
</style>
border-color css
<style>
span { border-color: #473B2D; }
span { border-color: rgb(71,59,45); }
td.TdClassName
{
border-color: #473B2D;
}
.TagClassName
{
border-color: #473B2D;
}
</style>