Shades of Taupe #483D2F
Tints of Taupe #483D2F
RGB
CMYK
RGB Variations
Color information
#483D2F (or 0x483D2F) is known color: Taupe. HEX triplet: 48, 3D and 2F. RGB value is (72,61,47). Sum of RGB (Red+Green+Blue) = 72+61+47=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #483D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D2F is #B7C2D0. Grayscale: #3E3E3E. Windows color (decimal): -12042961 or 3095880. OLE color: 3095880.
HSL color Cylindrical-coordinate representation of color #483D2F: hue angle of 33.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483D2F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 47 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.72 |
| HSL | 33.6º | 0.21% | 0.23% | - |
| HSV(B) | 33.6º | 0.35% | 0.28% | - |
| XYZ | 4.85 | 4.92 | 3.38 | - |
| YUV | 62.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 47 | 0 | 0.15 | 0.35 | 0.72 | 33.6 | 0.21 | 0.23 |
| Hex | 48 | 3D | 2F | 0 | F | 23 | 48 | 22 | 15 | 17 |
| Octal | 110 | 75 | 57 | 0 | 17 | 43 | 110 | 42 | 25 | 27 |
| Binary | 1001000 | 111101 | 101111 | 0 | 1111 | 100011 | 1001000 | 100010 | 10101 | 10111 |
Color Harmonies of #483D2F
Complementary color
Monochromatic Colors of #483D2F
Black with #483D2F
Text Example
Text Example
White with #483D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D2F; }
p { color: rgb(72,61,47); }
H1.HeaderClassName
{
color: #483D2F;
}
.AnyTagClassName
{
color: #483D2F;
}
</style>
background-color css
<style>
a { background-color: #483D2F; }
a { background-color: rgb(72,61,47); }
div.DivClassName
{
background-color: #483D2F;
}
.BgClassName
{
background-color: #483D2F;
}
</style>
border-color css
<style>
span { border-color: #483D2F; }
span { border-color: rgb(72,61,47); }
td.TdClassName
{
border-color: #483D2F;
}
.TagClassName
{
border-color: #483D2F;
}
</style>