#94938B

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

Shades of Dawn #94938B

Tints of Dawn #94938B

Color information

#94938B (or 0x94938B) is unknown color: approx Dawn. HEX triplet: 94, 93 and 8B. RGB value is (148,147,139). Sum of RGB (Red+Green+Blue) = 148+147+139=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 148 - color contains mainly: red. Hex color #94938B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938B is #6B6C74. Grayscale: #929292. Windows color (decimal): -7040117 or 9147284. OLE color: 9147284.

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

Color convert

RGB148147139-
CMYK00.010.060.42
HSL53.33º4.04%56.27%-
HSV(B)53.33º6.08%58.04%-
XYZ27.3129.0328.59-
YUV146.39123.83129.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=34.10%
G=33.87%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814713900.010.060.4253.334.0456.27
Hex94938B0162A35438
Octal2242232130165265470
Binary10010100100100111000101101110101010110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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