#95938A

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

Shades of Dawn #95938A

Tints of Dawn #95938A

Color information

#95938A (or 0x95938A) is unknown color: approx Dawn. HEX triplet: 95, 93 and 8A. RGB value is (149,147,138). Sum of RGB (Red+Green+Blue) = 149+147+138=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 149 - color contains mainly: red. Hex color #95938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95938A is #6A6C75. Grayscale: #929292. Windows color (decimal): -6974582 or 9081749. OLE color: 9081749.

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

Color convert

RGB149147138-
CMYK00.010.070.42
HSL49.09º4.93%56.27%-
HSV(B)49.09º7.38%58.43%-
XYZ27.4229.0928.22-
YUV146.57123.16129.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=34.33%
G=33.87%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914713800.010.070.4249.094.9356.27
Hex95938A0172A31538
Octal2252232120175261570
Binary10010101100100111000101001111101010110001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95938A; }

 p { color: rgb(149,147,138); }

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

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

 a { background-color: rgb(149,147,138); }

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

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

 span { border-color: rgb(149,147,138); }

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