Shades of Taupe Grey #93838D
Tints of Taupe Grey #93838D
RGB
CMYK
RGB Variations
Color information
#93838D (or 0x93838D) is known color: Taupe Grey. HEX triplet: 93, 83 and 8D. RGB value is (147,131,141). Sum of RGB (Red+Green+Blue) = 147+131+141=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838D is #6C7C72. Grayscale: #888888. Windows color (decimal): -7109747 or 9274259. OLE color: 9274259.
HSL color Cylindrical-coordinate representation of color #93838D: hue angle of 322.5º 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 #93838D is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 141 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.42 |
| HSL | 322.5º | 0.07% | 0.55% | - |
| HSV(B) | 322.5º | 0.11% | 0.58% | - |
| XYZ | 24.96 | 24.36 | 28.59 | - |
| YUV | 136.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 141 | 0 | 0.11 | 0.04 | 0.42 | 322.5 | 0.07 | 0.55 |
| Hex | 93 | 83 | 8D | 0 | B | 4 | 2A | 142 | 7 | 37 |
| Octal | 223 | 203 | 215 | 0 | 13 | 4 | 52 | 502 | 7 | 67 |
| Binary | 10010011 | 10000011 | 10001101 | 0 | 1011 | 100 | 101010 | 101000010 | 111 | 110111 |
Color Harmonies of #93838D
Complementary color
Monochromatic Colors of #93838D
Black with #93838D
Text Example
Text Example
White with #93838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93838D; }
p { color: rgb(147,131,141); }
H1.HeaderClassName
{
color: #93838D;
}
.AnyTagClassName
{
color: #93838D;
}
</style>
background-color css
<style>
a { background-color: #93838D; }
a { background-color: rgb(147,131,141); }
div.DivClassName
{
background-color: #93838D;
}
.BgClassName
{
background-color: #93838D;
}
</style>
border-color css
<style>
span { border-color: #93838D; }
span { border-color: rgb(147,131,141); }
td.TdClassName
{
border-color: #93838D;
}
.TagClassName
{
border-color: #93838D;
}
</style>