#93838E

Color #93838E Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #93838E

Tints of Taupe Grey #93838E

Color information

#93838E (or 0x93838E) is unknown color: approx 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

RGB147131142-
CMYK00.110.030.42
HSL318.75º6.9%54.51%-
HSV(B)318.75º10.88%57.65%-
XYZ25.0324.3928.98-
YUV137.04130.8135.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 35%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=35%
G=31.19%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713114200.110.030.42318.756.954.51
Hex93838E0B32A13f737
Octal223203216013352477767
Binary1001001110000011100011100101111101010100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>