Shades of Taupe #483B2E
Tints of Taupe #483B2E
RGB
CMYK
RGB Variations
Color information
#483B2E (or 0x483B2E) is known color: Taupe. HEX triplet: 48, 3B and 2E. RGB value is (72,59,46). Sum of RGB (Red+Green+Blue) = 72+59+46=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #483B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B2E is #B7C4D1. Grayscale: #3D3D3D. Windows color (decimal): -12043474 or 3029832. OLE color: 3029832.
HSL color Cylindrical-coordinate representation of color #483B2E: hue angle of 30º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #483B2E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 46 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.72 |
| HSL | 30º | 0.22% | 0.23% | - |
| HSV(B) | 30º | 0.36% | 0.28% | - |
| XYZ | 4.73 | 4.7 | 3.24 | - |
| YUV | 61.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 46 | 0 | 0.18 | 0.36 | 0.72 | 30 | 0.22 | 0.23 |
| Hex | 48 | 3B | 2E | 0 | 12 | 24 | 48 | 1E | 16 | 17 |
| Octal | 110 | 73 | 56 | 0 | 22 | 44 | 110 | 36 | 26 | 27 |
| Binary | 1001000 | 111011 | 101110 | 0 | 10010 | 100100 | 1001000 | 11110 | 10110 | 10111 |
Color Harmonies of #483B2E
Complementary color
Monochromatic Colors of #483B2E
Black with #483B2E
Text Example
Text Example
White with #483B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B2E; }
p { color: rgb(72,59,46); }
H1.HeaderClassName
{
color: #483B2E;
}
.AnyTagClassName
{
color: #483B2E;
}
</style>
background-color css
<style>
a { background-color: #483B2E; }
a { background-color: rgb(72,59,46); }
div.DivClassName
{
background-color: #483B2E;
}
.BgClassName
{
background-color: #483B2E;
}
</style>
border-color css
<style>
span { border-color: #483B2E; }
span { border-color: rgb(72,59,46); }
td.TdClassName
{
border-color: #483B2E;
}
.TagClassName
{
border-color: #483B2E;
}
</style>