#93828E

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

Shades of Taupe Grey #93828E

Tints of Taupe Grey #93828E

Color information

#93828E (or 0x93828E) is unknown color: approx Taupe Grey. HEX triplet: 93, 82 and 8E. RGB value is (147,130,142). Sum of RGB (Red+Green+Blue) = 147+130+142=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 147 - color contains mainly: red. Hex color #93828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828E is #6C7D71. Grayscale: #888888. Windows color (decimal): -7110002 or 9339539. OLE color: 9339539.

HSL color Cylindrical-coordinate representation of color #93828E: hue angle of 317.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93828E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147130142-
CMYK00.120.030.42
HSL317.65º7.3%54.31%-
HSV(B)317.65º11.56%57.65%-
XYZ24.924.1228.93-
YUV136.45131.13135.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=35.08%
G=31.03%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713014200.120.030.42317.657.354.31
Hex93828E0C32A13e736
Octal223202216014352476766
Binary1001001110000010100011100110011101010100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93828E; }

 p { color: rgb(147,130,142); }

 H1.HeaderClassName
 {
   color: #93828E;
 }
 .AnyTagClassName
 {
   color: #93828E;
 }
</style>
background-color css

<style>
 a { background-color: #93828E; }

 a { background-color: rgb(147,130,142); }

 div.DivClassName
 {
   background-color: #93828E;
 }
 .BgClassName
 {
   background-color: #93828E;
 }
</style>
border-color css

<style>
 span { border-color: #93828E; }

 span { border-color: rgb(147,130,142); }

 td.TdClassName
 {
   border-color: #93828E;
 }
 .TagClassName
 {
   border-color: #93828E;
 }
</style>