#948392

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

Shades of Taupe Grey #948392

Tints of Taupe Grey #948392

Color information

#948392 (or 0x948392) is unknown color: approx Taupe Grey. HEX triplet: 94, 83 and 92. RGB value is (148,131,146). Sum of RGB (Red+Green+Blue) = 148+131+146=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948392 is #6B7C6D. Grayscale: #898989. Windows color (decimal): -7044206 or 9601940. OLE color: 9601940.

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

Color convert

RGB148131146-
CMYK00.110.010.42
HSL307.06º7.36%54.71%-
HSV(B)307.06º11.49%58.04%-
XYZ25.5224.630.6-
YUV137.79132.63135.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=34.82%
G=30.82%
B=34.35%

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
Decimal14813114600.110.010.42307.067.3654.71
Hex9483920B12A133737
Octal224203222013152463767
Binary100101001000001110010010010111101010100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948392; }

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

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

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

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

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

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

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

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