Shades of Taupe #483E31
Tints of Taupe #483E31
RGB
CMYK
RGB Variations
Color information
#483E31 (or 0x483E31) is known color: Taupe. HEX triplet: 48, 3E and 31. RGB value is (72,62,49). Sum of RGB (Red+Green+Blue) = 72+62+49=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E31 is #B7C1CE. Grayscale: #3F3F3F. Windows color (decimal): -12042703 or 3227208. OLE color: 3227208.
HSL color Cylindrical-coordinate representation of color #483E31: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #483E31 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 49 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.72 |
| HSL | 33.91º | 0.19% | 0.24% | - |
| HSV(B) | 33.91º | 0.32% | 0.28% | - |
| XYZ | 4.95 | 5.04 | 3.62 | - |
| YUV | 63.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 49 | 0 | 0.14 | 0.32 | 0.72 | 33.91 | 0.19 | 0.24 |
| Hex | 48 | 3E | 31 | 0 | E | 20 | 48 | 22 | 13 | 18 |
| Octal | 110 | 76 | 61 | 0 | 16 | 40 | 110 | 42 | 23 | 30 |
| Binary | 1001000 | 111110 | 110001 | 0 | 1110 | 100000 | 1001000 | 100010 | 10011 | 11000 |
Color Harmonies of #483E31
Complementary color
Monochromatic Colors of #483E31
Black with #483E31
Text Example
Text Example
White with #483E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E31; }
p { color: rgb(72,62,49); }
H1.HeaderClassName
{
color: #483E31;
}
.AnyTagClassName
{
color: #483E31;
}
</style>
background-color css
<style>
a { background-color: #483E31; }
a { background-color: rgb(72,62,49); }
div.DivClassName
{
background-color: #483E31;
}
.BgClassName
{
background-color: #483E31;
}
</style>
border-color css
<style>
span { border-color: #483E31; }
span { border-color: rgb(72,62,49); }
td.TdClassName
{
border-color: #483E31;
}
.TagClassName
{
border-color: #483E31;
}
</style>