Shades of Taupe #483D36
Tints of Taupe #483D36
RGB
CMYK
RGB Variations
Color information
#483D36 (or 0x483D36) is known color: Taupe. HEX triplet: 48, 3D and 36. RGB value is (72,61,54). Sum of RGB (Red+Green+Blue) = 72+61+54=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 54 (21.48% from 255 or 28.88% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D36 is #B7C2C9. Grayscale: #3F3F3F. Windows color (decimal): -12042954 or 3554632. OLE color: 3554632.
HSL color Cylindrical-coordinate representation of color #483D36: hue angle of 23.33º 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 #483D36 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 61 | 54 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.72 |
| HSL | 23.33º | 0.14% | 0.25% | - |
| HSV(B) | 23.33º | 0.25% | 0.28% | - |
| XYZ | 5.01 | 4.98 | 4.19 | - |
| YUV | 63.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 54 | 0 | 0.15 | 0.25 | 0.72 | 23.33 | 0.14 | 0.25 |
| Hex | 48 | 3D | 36 | 0 | F | 19 | 48 | 17 | E | 19 |
| Octal | 110 | 75 | 66 | 0 | 17 | 31 | 110 | 27 | 16 | 31 |
| Binary | 1001000 | 111101 | 110110 | 0 | 1111 | 11001 | 1001000 | 10111 | 1110 | 11001 |
Color Harmonies of #483D36
Complementary color
Monochromatic Colors of #483D36
Black with #483D36
Text Example
Text Example
White with #483D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D36; }
p { color: rgb(72,61,54); }
H1.HeaderClassName
{
color: #483D36;
}
.AnyTagClassName
{
color: #483D36;
}
</style>
background-color css
<style>
a { background-color: #483D36; }
a { background-color: rgb(72,61,54); }
div.DivClassName
{
background-color: #483D36;
}
.BgClassName
{
background-color: #483D36;
}
</style>
border-color css
<style>
span { border-color: #483D36; }
span { border-color: rgb(72,61,54); }
td.TdClassName
{
border-color: #483D36;
}
.TagClassName
{
border-color: #483D36;
}
</style>