Shades of Taupe #483F35
Tints of Taupe #483F35
RGB
CMYK
RGB Variations
Color information
#483F35 (or 0x483F35) is known color: Taupe. HEX triplet: 48, 3F and 35. RGB value is (72,63,53). Sum of RGB (Red+Green+Blue) = 72+63+53=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F35 is #B7C0CA. Grayscale: #404040. Windows color (decimal): -12042443 or 3489608. OLE color: 3489608.
HSL color Cylindrical-coordinate representation of color #483F35: hue angle of 31.58º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #483F35 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 53 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.72 |
| HSL | 31.58º | 0.15% | 0.25% | - |
| HSV(B) | 31.58º | 0.26% | 0.28% | - |
| XYZ | 5.09 | 5.19 | 4.1 | - |
| YUV | 64.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 53 | 0 | 0.12 | 0.26 | 0.72 | 31.58 | 0.15 | 0.25 |
| Hex | 48 | 3F | 35 | 0 | C | 1A | 48 | 20 | F | 19 |
| Octal | 110 | 77 | 65 | 0 | 14 | 32 | 110 | 40 | 17 | 31 |
| Binary | 1001000 | 111111 | 110101 | 0 | 1100 | 11010 | 1001000 | 100000 | 1111 | 11001 |
Color Harmonies of #483F35
Complementary color
Monochromatic Colors of #483F35
Black with #483F35
Text Example
Text Example
White with #483F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F35; }
p { color: rgb(72,63,53); }
H1.HeaderClassName
{
color: #483F35;
}
.AnyTagClassName
{
color: #483F35;
}
</style>
background-color css
<style>
a { background-color: #483F35; }
a { background-color: rgb(72,63,53); }
div.DivClassName
{
background-color: #483F35;
}
.BgClassName
{
background-color: #483F35;
}
</style>
border-color css
<style>
span { border-color: #483F35; }
span { border-color: rgb(72,63,53); }
td.TdClassName
{
border-color: #483F35;
}
.TagClassName
{
border-color: #483F35;
}
</style>