#93928E

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

Shades of Dawn #93928E

Tints of Dawn #93928E

Color information

#93928E (or 0x93928E) is unknown color: approx Dawn. HEX triplet: 93, 92 and 8E. RGB value is (147,146,142). Sum of RGB (Red+Green+Blue) = 147+146+142=435 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.79% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 147 - color contains mainly: red. Hex color #93928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93928E is #6C6D71. Grayscale: #919191. Windows color (decimal): -7105906 or 9343635. OLE color: 9343635.

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

Color convert

RGB147146142-
CMYK00.010.030.42
HSL48º2.26%56.67%-
HSV(B)48º3.4%57.65%-
XYZ27.1928.7129.7-
YUV145.84125.83128.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.79%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=33.79%
G=33.56%
B=32.64%

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
Decimal14714614200.010.030.42482.2656.67
Hex93928E0132A30239
Octal2232222160135260271
Binary100100111001001010001110011110101011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93928E; }

 p { color: rgb(147,146,142); }

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

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

 a { background-color: rgb(147,146,142); }

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

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

 span { border-color: rgb(147,146,142); }

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