Shades of Taupe #483A2D
Tints of Taupe #483A2D
RGB
CMYK
RGB Variations
Color information
#483A2D (or 0x483A2D) is known color: Taupe. HEX triplet: 48, 3A and 2D. RGB value is (72,58,45). Sum of RGB (Red+Green+Blue) = 72+58+45=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2D is #B7C5D2. Grayscale: #3C3C3C. Windows color (decimal): -12043731 or 2964040. OLE color: 2964040.
HSL color Cylindrical-coordinate representation of color #483A2D: hue angle of 28.89º 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 #483A2D is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 58 | 45 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.72 |
| HSL | 28.89º | 0.23% | 0.23% | - |
| HSV(B) | 28.89º | 0.38% | 0.28% | - |
| XYZ | 4.66 | 4.59 | 3.12 | - |
| YUV | 60.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 45 | 0 | 0.19 | 0.38 | 0.72 | 28.89 | 0.23 | 0.23 |
| Hex | 48 | 3A | 2D | 0 | 13 | 26 | 48 | 1D | 17 | 17 |
| Octal | 110 | 72 | 55 | 0 | 23 | 46 | 110 | 35 | 27 | 27 |
| Binary | 1001000 | 111010 | 101101 | 0 | 10011 | 100110 | 1001000 | 11101 | 10111 | 10111 |
Color Harmonies of #483A2D
Complementary color
Monochromatic Colors of #483A2D
Black with #483A2D
Text Example
Text Example
White with #483A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A2D; }
p { color: rgb(72,58,45); }
H1.HeaderClassName
{
color: #483A2D;
}
.AnyTagClassName
{
color: #483A2D;
}
</style>
background-color css
<style>
a { background-color: #483A2D; }
a { background-color: rgb(72,58,45); }
div.DivClassName
{
background-color: #483A2D;
}
.BgClassName
{
background-color: #483A2D;
}
</style>
border-color css
<style>
span { border-color: #483A2D; }
span { border-color: rgb(72,58,45); }
td.TdClassName
{
border-color: #483A2D;
}
.TagClassName
{
border-color: #483A2D;
}
</style>