Shades of Taupe #473D34
Tints of Taupe #473D34
RGB
CMYK
RGB Variations
Color information
#473D34 (or 0x473D34) is known color: Taupe. HEX triplet: 47, 3D and 34. RGB value is (71,61,52). Sum of RGB (Red+Green+Blue) = 71+61+52=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 52 (20.70% from 255 or 28.26% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D34 is #B8C2CB. Grayscale: #3F3F3F. Windows color (decimal): -12108492 or 3423559. OLE color: 3423559.
HSL color Cylindrical-coordinate representation of color #473D34: hue angle of 28.42º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #473D34 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 52 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.72 |
| HSL | 28.42º | 0.15% | 0.24% | - |
| HSV(B) | 28.42º | 0.27% | 0.28% | - |
| XYZ | 4.89 | 4.93 | 3.94 | - |
| YUV | 62.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 52 | 0 | 0.14 | 0.27 | 0.72 | 28.42 | 0.15 | 0.24 |
| Hex | 47 | 3D | 34 | 0 | E | 1B | 48 | 1C | F | 18 |
| Octal | 107 | 75 | 64 | 0 | 16 | 33 | 110 | 34 | 17 | 30 |
| Binary | 1000111 | 111101 | 110100 | 0 | 1110 | 11011 | 1001000 | 11100 | 1111 | 11000 |
Color Harmonies of #473D34
Complementary color
Monochromatic Colors of #473D34
Black with #473D34
Text Example
Text Example
White with #473D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D34; }
p { color: rgb(71,61,52); }
H1.HeaderClassName
{
color: #473D34;
}
.AnyTagClassName
{
color: #473D34;
}
</style>
background-color css
<style>
a { background-color: #473D34; }
a { background-color: rgb(71,61,52); }
div.DivClassName
{
background-color: #473D34;
}
.BgClassName
{
background-color: #473D34;
}
</style>
border-color css
<style>
span { border-color: #473D34; }
span { border-color: rgb(71,61,52); }
td.TdClassName
{
border-color: #473D34;
}
.TagClassName
{
border-color: #473D34;
}
</style>