Shades of Taupe #483B2D
Tints of Taupe #483B2D
RGB
CMYK
RGB Variations
Color information
#483B2D (or 0x483B2D) is known color: Taupe. HEX triplet: 48, 3B and 2D. RGB value is (72,59,45). Sum of RGB (Red+Green+Blue) = 72+59+45=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #483B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B2D is #B7C4D2. Grayscale: #3D3D3D. Windows color (decimal): -12043475 or 2964296. OLE color: 2964296.
HSL color Cylindrical-coordinate representation of color #483B2D: hue angle of 31.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483B2D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 45 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.72 |
| HSL | 31.11º | 0.23% | 0.23% | - |
| HSV(B) | 31.11º | 0.38% | 0.28% | - |
| XYZ | 4.71 | 4.7 | 3.14 | - |
| YUV | 61.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 45 | 0 | 0.18 | 0.38 | 0.72 | 31.11 | 0.23 | 0.23 |
| Hex | 48 | 3B | 2D | 0 | 12 | 26 | 48 | 1F | 17 | 17 |
| Octal | 110 | 73 | 55 | 0 | 22 | 46 | 110 | 37 | 27 | 27 |
| Binary | 1001000 | 111011 | 101101 | 0 | 10010 | 100110 | 1001000 | 11111 | 10111 | 10111 |
Color Harmonies of #483B2D
Complementary color
Monochromatic Colors of #483B2D
Black with #483B2D
Text Example
Text Example
White with #483B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B2D; }
p { color: rgb(72,59,45); }
H1.HeaderClassName
{
color: #483B2D;
}
.AnyTagClassName
{
color: #483B2D;
}
</style>
background-color css
<style>
a { background-color: #483B2D; }
a { background-color: rgb(72,59,45); }
div.DivClassName
{
background-color: #483B2D;
}
.BgClassName
{
background-color: #483B2D;
}
</style>
border-color css
<style>
span { border-color: #483B2D; }
span { border-color: rgb(72,59,45); }
td.TdClassName
{
border-color: #483B2D;
}
.TagClassName
{
border-color: #483B2D;
}
</style>