#93928D

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

Shades of Dawn #93928D

Tints of Dawn #93928D

Color information

#93928D (or 0x93928D) is unknown color: approx Dawn. HEX triplet: 93, 92 and 8D. RGB value is (147,146,141). Sum of RGB (Red+Green+Blue) = 147+146+141=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 147 - color contains mainly: red. Hex color #93928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93928D is #6C6D72. Grayscale: #919191. Windows color (decimal): -7105907 or 9278099. OLE color: 9278099.

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

Color convert

RGB147146141-
CMYK00.010.040.42
HSL50º2.7%56.47%-
HSV(B)50º4.08%57.65%-
XYZ27.1228.6829.31-
YUV145.73125.33128.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.87%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=33.87%
G=33.64%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14714614100.010.040.42502.756.47
Hex93928D0142A32338
Octal2232222150145262370
Binary1001001110010010100011010110010101011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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