Shades of Taupe #473C2F
Tints of Taupe #473C2F
RGB
CMYK
RGB Variations
Color information
#473C2F (or 0x473C2F) is known color: Taupe. HEX triplet: 47, 3C and 2F. RGB value is (71,60,47). Sum of RGB (Red+Green+Blue) = 71+60+47=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #473C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C2F is #B8C3D0. Grayscale: #3D3D3D. Windows color (decimal): -12108753 or 3095623. OLE color: 3095623.
HSL color Cylindrical-coordinate representation of color #473C2F: hue angle of 32.5º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473C2F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 47 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.72 |
| HSL | 32.5º | 0.2% | 0.23% | - |
| HSV(B) | 32.5º | 0.34% | 0.28% | - |
| XYZ | 4.73 | 4.78 | 3.36 | - |
| YUV | 61.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 47 | 0 | 0.15 | 0.34 | 0.72 | 32.5 | 0.2 | 0.23 |
| Hex | 47 | 3C | 2F | 0 | F | 22 | 48 | 20 | 14 | 17 |
| Octal | 107 | 74 | 57 | 0 | 17 | 42 | 110 | 40 | 24 | 27 |
| Binary | 1000111 | 111100 | 101111 | 0 | 1111 | 100010 | 1001000 | 100000 | 10100 | 10111 |
Color Harmonies of #473C2F
Complementary color
Monochromatic Colors of #473C2F
Black with #473C2F
Text Example
Text Example
White with #473C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C2F; }
p { color: rgb(71,60,47); }
H1.HeaderClassName
{
color: #473C2F;
}
.AnyTagClassName
{
color: #473C2F;
}
</style>
background-color css
<style>
a { background-color: #473C2F; }
a { background-color: rgb(71,60,47); }
div.DivClassName
{
background-color: #473C2F;
}
.BgClassName
{
background-color: #473C2F;
}
</style>
border-color css
<style>
span { border-color: #473C2F; }
span { border-color: rgb(71,60,47); }
td.TdClassName
{
border-color: #473C2F;
}
.TagClassName
{
border-color: #473C2F;
}
</style>