Shades of Taupe #483F36
Tints of Taupe #483F36
RGB
CMYK
RGB Variations
Color information
#483F36 (or 0x483F36) is known color: Taupe. HEX triplet: 48, 3F and 36. RGB value is (72,63,54). Sum of RGB (Red+Green+Blue) = 72+63+54=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F36 is #B7C0C9. Grayscale: #404040. Windows color (decimal): -12042442 or 3555144. OLE color: 3555144.
HSL color Cylindrical-coordinate representation of color #483F36: hue angle of 30º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483F36 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 54 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.72 |
| HSL | 30º | 0.14% | 0.25% | - |
| HSV(B) | 30º | 0.25% | 0.28% | - |
| XYZ | 5.12 | 5.2 | 4.22 | - |
| YUV | 64.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 54 | 0 | 0.12 | 0.25 | 0.72 | 30 | 0.14 | 0.25 |
| Hex | 48 | 3F | 36 | 0 | C | 19 | 48 | 1E | E | 19 |
| Octal | 110 | 77 | 66 | 0 | 14 | 31 | 110 | 36 | 16 | 31 |
| Binary | 1001000 | 111111 | 110110 | 0 | 1100 | 11001 | 1001000 | 11110 | 1110 | 11001 |
Color Harmonies of #483F36
Complementary color
Monochromatic Colors of #483F36
Black with #483F36
Text Example
Text Example
White with #483F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F36; }
p { color: rgb(72,63,54); }
H1.HeaderClassName
{
color: #483F36;
}
.AnyTagClassName
{
color: #483F36;
}
</style>
background-color css
<style>
a { background-color: #483F36; }
a { background-color: rgb(72,63,54); }
div.DivClassName
{
background-color: #483F36;
}
.BgClassName
{
background-color: #483F36;
}
</style>
border-color css
<style>
span { border-color: #483F36; }
span { border-color: rgb(72,63,54); }
td.TdClassName
{
border-color: #483F36;
}
.TagClassName
{
border-color: #483F36;
}
</style>