Shades of Taupe #483D32
Tints of Taupe #483D32
RGB
CMYK
RGB Variations
Color information
#483D32 (or 0x483D32) is known color: Taupe. HEX triplet: 48, 3D and 32. RGB value is (72,61,50). Sum of RGB (Red+Green+Blue) = 72+61+50=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D32 is #B7C2CD. Grayscale: #3F3F3F. Windows color (decimal): -12042958 or 3292488. OLE color: 3292488.
HSL color Cylindrical-coordinate representation of color #483D32: hue angle of 30º 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 #483D32 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 50 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.72 |
| HSL | 30º | 0.18% | 0.24% | - |
| HSV(B) | 30º | 0.31% | 0.28% | - |
| XYZ | 4.92 | 4.95 | 3.71 | - |
| YUV | 63.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 50 | 0 | 0.15 | 0.31 | 0.72 | 30 | 0.18 | 0.24 |
| Hex | 48 | 3D | 32 | 0 | F | 1F | 48 | 1E | 12 | 18 |
| Octal | 110 | 75 | 62 | 0 | 17 | 37 | 110 | 36 | 22 | 30 |
| Binary | 1001000 | 111101 | 110010 | 0 | 1111 | 11111 | 1001000 | 11110 | 10010 | 11000 |
Color Harmonies of #483D32
Complementary color
Monochromatic Colors of #483D32
Black with #483D32
Text Example
Text Example
White with #483D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D32; }
p { color: rgb(72,61,50); }
H1.HeaderClassName
{
color: #483D32;
}
.AnyTagClassName
{
color: #483D32;
}
</style>
background-color css
<style>
a { background-color: #483D32; }
a { background-color: rgb(72,61,50); }
div.DivClassName
{
background-color: #483D32;
}
.BgClassName
{
background-color: #483D32;
}
</style>
border-color css
<style>
span { border-color: #483D32; }
span { border-color: rgb(72,61,50); }
td.TdClassName
{
border-color: #483D32;
}
.TagClassName
{
border-color: #483D32;
}
</style>