#849389

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

Shades of Envy #849389

Tints of Envy #849389

Color information

#849389 (or 0x849389) is unknown color: approx Envy. HEX triplet: 84, 93 and 89. RGB value is (132,147,137). Sum of RGB (Red+Green+Blue) = 132+147+137=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 147 - color contains mainly: green. Hex color #849389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849389 is #7B6C76. Grayscale: #8D8D8D. Windows color (decimal): -8088695 or 9016196. OLE color: 9016196.

HSL color Cylindrical-coordinate representation of color #849389: hue angle of 140º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #849389 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB132147137-
CMYK0.1000.070.42
HSL140º6.49%54.71%-
HSV(B)140º10.2%57.65%-
XYZ24.4627.5827.7-
YUV141.38125.53121.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=31.73%
G=35.34%
B=32.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471370.1000.070.421406.4954.71
Hex849389A072A8c637
Octal204223211120752214667
Binary1000010010010011100010011010011110101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849389; }

 p { color: rgb(132,147,137); }

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

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

 a { background-color: rgb(132,147,137); }

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

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

 span { border-color: rgb(132,147,137); }

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