Shades of Taupe #483E32
Tints of Taupe #483E32
RGB
CMYK
RGB Variations
Color information
#483E32 (or 0x483E32) is known color: Taupe. HEX triplet: 48, 3E and 32. RGB value is (72,62,50). Sum of RGB (Red+Green+Blue) = 72+62+50=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E32 is #B7C1CD. Grayscale: #3F3F3F. Windows color (decimal): -12042702 or 3292744. OLE color: 3292744.
HSL color Cylindrical-coordinate representation of color #483E32: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483E32 is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 62 | 50 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.72 |
| HSL | 32.73º | 0.18% | 0.24% | - |
| HSV(B) | 32.73º | 0.31% | 0.28% | - |
| XYZ | 4.97 | 5.05 | 3.73 | - |
| YUV | 63.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 62 | 50 | 0 | 0.14 | 0.31 | 0.72 | 32.73 | 0.18 | 0.24 |
| Hex | 48 | 3E | 32 | 0 | E | 1F | 48 | 21 | 12 | 18 |
| Octal | 110 | 76 | 62 | 0 | 16 | 37 | 110 | 41 | 22 | 30 |
| Binary | 1001000 | 111110 | 110010 | 0 | 1110 | 11111 | 1001000 | 100001 | 10010 | 11000 |
Color Harmonies of #483E32
Complementary color
Monochromatic Colors of #483E32
Black with #483E32
Text Example
Text Example
White with #483E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483E32; }
p { color: rgb(72,62,50); }
H1.HeaderClassName
{
color: #483E32;
}
.AnyTagClassName
{
color: #483E32;
}
</style>
background-color css
<style>
a { background-color: #483E32; }
a { background-color: rgb(72,62,50); }
div.DivClassName
{
background-color: #483E32;
}
.BgClassName
{
background-color: #483E32;
}
</style>
border-color css
<style>
span { border-color: #483E32; }
span { border-color: rgb(72,62,50); }
td.TdClassName
{
border-color: #483E32;
}
.TagClassName
{
border-color: #483E32;
}
</style>