Shades of Taupe Grey #93838E
Tints of Taupe Grey #93838E
RGB
CMYK
RGB Variations
Color information
#93838E (or 0x93838E) is known color: Taupe Grey. HEX triplet: 93, 83 and 8E. RGB value is (147,131,142). Sum of RGB (Red+Green+Blue) = 147+131+142=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 147 - color contains mainly: red. Hex color #93838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838E is #6C7C71. Grayscale: #898989. Windows color (decimal): -7109746 or 9339795. OLE color: 9339795.
HSL color Cylindrical-coordinate representation of color #93838E: hue angle of 318.75º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93838E is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 142 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.42 |
| HSL | 318.75º | 0.07% | 0.55% | - |
| HSV(B) | 318.75º | 0.11% | 0.58% | - |
| XYZ | 25.03 | 24.39 | 28.98 | - |
| YUV | 137.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 142 | 0 | 0.11 | 0.03 | 0.42 | 318.75 | 0.07 | 0.55 |
| Hex | 93 | 83 | 8E | 0 | B | 3 | 2A | 13F | 7 | 37 |
| Octal | 223 | 203 | 216 | 0 | 13 | 3 | 52 | 477 | 7 | 67 |
| Binary | 10010011 | 10000011 | 10001110 | 0 | 1011 | 11 | 101010 | 100111111 | 111 | 110111 |
Color Harmonies of #93838E
Complementary color
Monochromatic Colors of #93838E
Black with #93838E
Text Example
Text Example
White with #93838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93838E; }
p { color: rgb(147,131,142); }
H1.HeaderClassName
{
color: #93838E;
}
.AnyTagClassName
{
color: #93838E;
}
</style>
background-color css
<style>
a { background-color: #93838E; }
a { background-color: rgb(147,131,142); }
div.DivClassName
{
background-color: #93838E;
}
.BgClassName
{
background-color: #93838E;
}
</style>
border-color css
<style>
span { border-color: #93838E; }
span { border-color: rgb(147,131,142); }
td.TdClassName
{
border-color: #93838E;
}
.TagClassName
{
border-color: #93838E;
}
</style>