#938392

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

Shades of Taupe Grey #938392

Tints of Taupe Grey #938392

Color information

#938392 (or 0x938392) is unknown color: approx Taupe Grey. HEX triplet: 93, 83 and 92. RGB value is (147,131,146). Sum of RGB (Red+Green+Blue) = 147+131+146=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #938392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938392 is #6C7C6D. Grayscale: #898989. Windows color (decimal): -7109742 or 9601939. OLE color: 9601939.

HSL color Cylindrical-coordinate representation of color #938392: hue angle of 303.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 #938392 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147131146-
CMYK00.110.010.42
HSL303.75º6.9%54.51%-
HSV(B)303.75º10.88%57.65%-
XYZ25.3424.5130.59-
YUV137.49132.8134.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 146 (57.42% from 255) = 34.43%
R=34.67%
G=30.90%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713114600.110.010.42303.756.954.51
Hex9383920B12A130737
Octal223203222013152460767
Binary100100111000001110010010010111101010100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938392; }

 p { color: rgb(147,131,146); }

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

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

 a { background-color: rgb(147,131,146); }

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

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

 span { border-color: rgb(147,131,146); }

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