#949390

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

Shades of Dawn #949390

Tints of Dawn #949390

Color information

#949390 (or 0x949390) is unknown color: approx Dawn. HEX triplet: 94, 93 and 90. RGB value is (148,147,144). Sum of RGB (Red+Green+Blue) = 148+147+144=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 148 - color contains mainly: red. Hex color #949390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949390 is #6B6C6F. Grayscale: #929292. Windows color (decimal): -7040112 or 9474964. OLE color: 9474964.

HSL color Cylindrical-coordinate representation of color #949390: hue angle of 45º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949390 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148147144-
CMYK00.010.030.42
HSL45º1.83%57.25%-
HSV(B)45º2.7%58.04%-
XYZ27.6829.1830.56-
YUV146.96126.33128.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 147 (57.81% from 255) = 33.49%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=33.71%
G=33.49%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814714400.010.030.42451.8357.25
Hex9493900132A2d239
Octal2242232200135255271
Binary100101001001001110010000011110101010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949390; }

 p { color: rgb(148,147,144); }

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

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

 a { background-color: rgb(148,147,144); }

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

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

 span { border-color: rgb(148,147,144); }

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