#93828D

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

Shades of Taupe Grey #93828D

Tints of Taupe Grey #93828D

Color information

#93828D (or 0x93828D) is unknown color: approx Taupe Grey. HEX triplet: 93, 82 and 8D. RGB value is (147,130,141). Sum of RGB (Red+Green+Blue) = 147+130+141=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 147 - color contains mainly: red. Hex color #93828D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93828D is #6C7D72. Grayscale: #888888. Windows color (decimal): -7110003 or 9274003. OLE color: 9274003.

HSL color Cylindrical-coordinate representation of color #93828D: hue angle of 321.18º 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 #93828D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB147130141-
CMYK00.120.040.42
HSL321.18º7.3%54.31%-
HSV(B)321.18º11.56%57.65%-
XYZ24.8224.0928.54-
YUV136.34130.63135.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.17%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=35.17%
G=31.10%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713014100.120.040.42321.187.354.31
Hex93828D0C42A141736
Octal223202215014452501766
Binary10010011100000101000110101100100101010101000001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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