Shades of Taupe #483D33
Tints of Taupe #483D33
RGB
CMYK
RGB Variations
Color information
#483D33 (or 0x483D33) is known color: Taupe. HEX triplet: 48, 3D and 33. RGB value is (72,61,51). Sum of RGB (Red+Green+Blue) = 72+61+51=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #483D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D33 is #B7C2CC. Grayscale: #3F3F3F. Windows color (decimal): -12042957 or 3358024. OLE color: 3358024.
HSL color Cylindrical-coordinate representation of color #483D33: hue angle of 28.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483D33 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 51 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.72 |
| HSL | 28.57º | 0.17% | 0.24% | - |
| HSV(B) | 28.57º | 0.29% | 0.28% | - |
| XYZ | 4.94 | 4.95 | 3.83 | - |
| YUV | 63.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 51 | 0 | 0.15 | 0.29 | 0.72 | 28.57 | 0.17 | 0.24 |
| Hex | 48 | 3D | 33 | 0 | F | 1D | 48 | 1D | 11 | 18 |
| Octal | 110 | 75 | 63 | 0 | 17 | 35 | 110 | 35 | 21 | 30 |
| Binary | 1001000 | 111101 | 110011 | 0 | 1111 | 11101 | 1001000 | 11101 | 10001 | 11000 |
Color Harmonies of #483D33
Complementary color
Monochromatic Colors of #483D33
Black with #483D33
Text Example
Text Example
White with #483D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D33; }
p { color: rgb(72,61,51); }
H1.HeaderClassName
{
color: #483D33;
}
.AnyTagClassName
{
color: #483D33;
}
</style>
background-color css
<style>
a { background-color: #483D33; }
a { background-color: rgb(72,61,51); }
div.DivClassName
{
background-color: #483D33;
}
.BgClassName
{
background-color: #483D33;
}
</style>
border-color css
<style>
span { border-color: #483D33; }
span { border-color: rgb(72,61,51); }
td.TdClassName
{
border-color: #483D33;
}
.TagClassName
{
border-color: #483D33;
}
</style>