Shades of Taupe #473D32
Tints of Taupe #473D32
RGB
CMYK
RGB Variations
Color information
#473D32 (or 0x473D32) is known color: Taupe. HEX triplet: 47, 3D and 32. RGB value is (71,61,50). Sum of RGB (Red+Green+Blue) = 71+61+50=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #473D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D32 is #B8C2CD. Grayscale: #3E3E3E. Windows color (decimal): -12108494 or 3292487. OLE color: 3292487.
HSL color Cylindrical-coordinate representation of color #473D32: hue angle of 31.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473D32 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 61 | 50 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.72 |
| HSL | 31.43º | 0.17% | 0.24% | - |
| HSV(B) | 31.43º | 0.3% | 0.28% | - |
| XYZ | 4.84 | 4.91 | 3.71 | - |
| YUV | 62.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 50 | 0 | 0.14 | 0.30 | 0.72 | 31.43 | 0.17 | 0.24 |
| Hex | 47 | 3D | 32 | 0 | E | 1E | 48 | 1F | 11 | 18 |
| Octal | 107 | 75 | 62 | 0 | 16 | 36 | 110 | 37 | 21 | 30 |
| Binary | 1000111 | 111101 | 110010 | 0 | 1110 | 11110 | 1001000 | 11111 | 10001 | 11000 |
Color Harmonies of #473D32
Complementary color
Monochromatic Colors of #473D32
Black with #473D32
Text Example
Text Example
White with #473D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D32; }
p { color: rgb(71,61,50); }
H1.HeaderClassName
{
color: #473D32;
}
.AnyTagClassName
{
color: #473D32;
}
</style>
background-color css
<style>
a { background-color: #473D32; }
a { background-color: rgb(71,61,50); }
div.DivClassName
{
background-color: #473D32;
}
.BgClassName
{
background-color: #473D32;
}
</style>
border-color css
<style>
span { border-color: #473D32; }
span { border-color: rgb(71,61,50); }
td.TdClassName
{
border-color: #473D32;
}
.TagClassName
{
border-color: #473D32;
}
</style>