#938592

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

Shades of Taupe Grey #938592

Tints of Taupe Grey #938592

Color information

#938592 (or 0x938592) is unknown color: approx Taupe Grey. HEX triplet: 93, 85 and 92. RGB value is (147,133,146). Sum of RGB (Red+Green+Blue) = 147+133+146=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 147 - color contains mainly: red. Hex color #938592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938592 is #6C7A6D. Grayscale: #8A8A8A. Windows color (decimal): -7109230 or 9602451. OLE color: 9602451.

HSL color Cylindrical-coordinate representation of color #938592: hue angle of 304.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #938592 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147133146-
CMYK00.100.010.42
HSL304.29º6.09%54.9%-
HSV(B)304.29º9.52%57.65%-
XYZ25.6125.0530.68-
YUV138.67132.14133.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=34.51%
G=31.22%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713314600.100.010.42304.296.0954.9
Hex9385920A12A130637
Octal223205222012152460667
Binary100100111000010110010010010101101010100110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938592; }

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

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

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

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

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

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

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

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