Shades of Taupe #473E38
Tints of Taupe #473E38
RGB
CMYK
RGB Variations
Color information
#473E38 (or 0x473E38) is known color: Taupe. HEX triplet: 47, 3E and 38. RGB value is (71,62,56). Sum of RGB (Red+Green+Blue) = 71+62+56=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 71 - color contains mainly: red. Hex color #473E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E38 is #B8C1C7. Grayscale: #404040. Windows color (decimal): -12108232 or 3685959. OLE color: 3685959.
HSL color Cylindrical-coordinate representation of color #473E38: hue angle of 24º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #473E38 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 62 | 56 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.72 |
| HSL | 24º | 0.12% | 0.25% | - |
| HSV(B) | 24º | 0.21% | 0.28% | - |
| XYZ | 5.03 | 5.07 | 4.45 | - |
| YUV | 64.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 62 | 56 | 0 | 0.13 | 0.21 | 0.72 | 24 | 0.12 | 0.25 |
| Hex | 47 | 3E | 38 | 0 | D | 15 | 48 | 18 | C | 19 |
| Octal | 107 | 76 | 70 | 0 | 15 | 25 | 110 | 30 | 14 | 31 |
| Binary | 1000111 | 111110 | 111000 | 0 | 1101 | 10101 | 1001000 | 11000 | 1100 | 11001 |
Color Harmonies of #473E38
Complementary color
Monochromatic Colors of #473E38
Black with #473E38
Text Example
Text Example
White with #473E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473E38; }
p { color: rgb(71,62,56); }
H1.HeaderClassName
{
color: #473E38;
}
.AnyTagClassName
{
color: #473E38;
}
</style>
background-color css
<style>
a { background-color: #473E38; }
a { background-color: rgb(71,62,56); }
div.DivClassName
{
background-color: #473E38;
}
.BgClassName
{
background-color: #473E38;
}
</style>
border-color css
<style>
span { border-color: #473E38; }
span { border-color: rgb(71,62,56); }
td.TdClassName
{
border-color: #473E38;
}
.TagClassName
{
border-color: #473E38;
}
</style>