Shades of Taupe #483D34
Tints of Taupe #483D34
RGB
CMYK
RGB Variations
Color information
#483D34 (or 0x483D34) is known color: Taupe. HEX triplet: 48, 3D and 34. RGB value is (72,61,52). Sum of RGB (Red+Green+Blue) = 72+61+52=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 72 - color contains mainly: red. Hex color #483D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D34 is #B7C2CB. Grayscale: #3F3F3F. Windows color (decimal): -12042956 or 3423560. OLE color: 3423560.
HSL color Cylindrical-coordinate representation of color #483D34: hue angle of 27º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483D34 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 52 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.72 |
| HSL | 27º | 0.16% | 0.24% | - |
| HSV(B) | 27º | 0.28% | 0.28% | - |
| XYZ | 4.96 | 4.96 | 3.95 | - |
| YUV | 63.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 52 | 0 | 0.15 | 0.28 | 0.72 | 27 | 0.16 | 0.24 |
| Hex | 48 | 3D | 34 | 0 | F | 1C | 48 | 1B | 10 | 18 |
| Octal | 110 | 75 | 64 | 0 | 17 | 34 | 110 | 33 | 20 | 30 |
| Binary | 1001000 | 111101 | 110100 | 0 | 1111 | 11100 | 1001000 | 11011 | 10000 | 11000 |
Color Harmonies of #483D34
Complementary color
Monochromatic Colors of #483D34
Black with #483D34
Text Example
Text Example
White with #483D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D34; }
p { color: rgb(72,61,52); }
H1.HeaderClassName
{
color: #483D34;
}
.AnyTagClassName
{
color: #483D34;
}
</style>
background-color css
<style>
a { background-color: #483D34; }
a { background-color: rgb(72,61,52); }
div.DivClassName
{
background-color: #483D34;
}
.BgClassName
{
background-color: #483D34;
}
</style>
border-color css
<style>
span { border-color: #483D34; }
span { border-color: rgb(72,61,52); }
td.TdClassName
{
border-color: #483D34;
}
.TagClassName
{
border-color: #483D34;
}
</style>