#94938D

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

Shades of Dawn #94938D

Tints of Dawn #94938D

Color information

#94938D (or 0x94938D) is unknown color: approx Dawn. HEX triplet: 94, 93 and 8D. RGB value is (148,147,141). Sum of RGB (Red+Green+Blue) = 148+147+141=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 148 - color contains mainly: red. Hex color #94938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938D is #6B6C72. Grayscale: #929292. Windows color (decimal): -7040115 or 9278356. OLE color: 9278356.

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

Color convert

RGB148147141-
CMYK00.010.050.42
HSL51.43º3.17%56.67%-
HSV(B)51.43º4.73%58.04%-
XYZ27.4529.0929.37-
YUV146.62124.83128.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.94%
GREEN value IS 147 (57.81% from 255) = 33.72%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=33.94%
G=33.72%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814714100.010.050.4251.433.1756.67
Hex94938D0152A33339
Octal2242232150155263371
Binary1001010010010011100011010110110101011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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