Shades of Taupe #473C33
Tints of Taupe #473C33
RGB
CMYK
RGB Variations
Color information
#473C33 (or 0x473C33) is known color: Taupe. HEX triplet: 47, 3C and 33. RGB value is (71,60,51). Sum of RGB (Red+Green+Blue) = 71+60+51=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #473C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C33 is #B8C3CC. Grayscale: #3E3E3E. Windows color (decimal): -12108749 or 3357767. OLE color: 3357767.
HSL color Cylindrical-coordinate representation of color #473C33: hue angle of 27º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473C33 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 60 | 51 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.72 |
| HSL | 27º | 0.16% | 0.24% | - |
| HSV(B) | 27º | 0.28% | 0.28% | - |
| XYZ | 4.81 | 4.81 | 3.81 | - |
| YUV | 62.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 51 | 0 | 0.15 | 0.28 | 0.72 | 27 | 0.16 | 0.24 |
| Hex | 47 | 3C | 33 | 0 | F | 1C | 48 | 1B | 10 | 18 |
| Octal | 107 | 74 | 63 | 0 | 17 | 34 | 110 | 33 | 20 | 30 |
| Binary | 1000111 | 111100 | 110011 | 0 | 1111 | 11100 | 1001000 | 11011 | 10000 | 11000 |
Color Harmonies of #473C33
Complementary color
Monochromatic Colors of #473C33
Black with #473C33
Text Example
Text Example
White with #473C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C33; }
p { color: rgb(71,60,51); }
H1.HeaderClassName
{
color: #473C33;
}
.AnyTagClassName
{
color: #473C33;
}
</style>
background-color css
<style>
a { background-color: #473C33; }
a { background-color: rgb(71,60,51); }
div.DivClassName
{
background-color: #473C33;
}
.BgClassName
{
background-color: #473C33;
}
</style>
border-color css
<style>
span { border-color: #473C33; }
span { border-color: rgb(71,60,51); }
td.TdClassName
{
border-color: #473C33;
}
.TagClassName
{
border-color: #473C33;
}
</style>