Shades of Taupe #483B34
Tints of Taupe #483B34
RGB
CMYK
RGB Variations
Color information
#483B34 (or 0x483B34) is known color: Taupe. HEX triplet: 48, 3B and 34. RGB value is (72,59,52). Sum of RGB (Red+Green+Blue) = 72+59+52=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #483B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B34 is #B7C4CB. Grayscale: #3E3E3E. Windows color (decimal): -12043468 or 3423048. OLE color: 3423048.
HSL color Cylindrical-coordinate representation of color #483B34: hue angle of 21º 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 #483B34 is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 59 | 52 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.72 |
| HSL | 21º | 0.16% | 0.24% | - |
| HSV(B) | 21º | 0.28% | 0.28% | - |
| XYZ | 4.86 | 4.75 | 3.91 | - |
| YUV | 62.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 52 | 0 | 0.18 | 0.28 | 0.72 | 21 | 0.16 | 0.24 |
| Hex | 48 | 3B | 34 | 0 | 12 | 1C | 48 | 15 | 10 | 18 |
| Octal | 110 | 73 | 64 | 0 | 22 | 34 | 110 | 25 | 20 | 30 |
| Binary | 1001000 | 111011 | 110100 | 0 | 10010 | 11100 | 1001000 | 10101 | 10000 | 11000 |
Color Harmonies of #483B34
Complementary color
Monochromatic Colors of #483B34
Black with #483B34
Text Example
Text Example
White with #483B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B34; }
p { color: rgb(72,59,52); }
H1.HeaderClassName
{
color: #483B34;
}
.AnyTagClassName
{
color: #483B34;
}
</style>
background-color css
<style>
a { background-color: #483B34; }
a { background-color: rgb(72,59,52); }
div.DivClassName
{
background-color: #483B34;
}
.BgClassName
{
background-color: #483B34;
}
</style>
border-color css
<style>
span { border-color: #483B34; }
span { border-color: rgb(72,59,52); }
td.TdClassName
{
border-color: #483B34;
}
.TagClassName
{
border-color: #483B34;
}
</style>