#849287

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

Shades of Stack #849287

Tints of Stack #849287

Color information

#849287 (or 0x849287) is unknown color: approx Stack. HEX triplet: 84, 92 and 87. RGB value is (132,146,135). Sum of RGB (Red+Green+Blue) = 132+146+135=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 146 - color contains mainly: green. Hex color #849287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849287 is #7B6D78. Grayscale: #8C8C8C. Windows color (decimal): -8088953 or 8884868. OLE color: 8884868.

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

Color convert

RGB132146135-
CMYK0.1000.080.43
HSL132.86º6.03%54.51%-
HSV(B)132.86º9.59%57.25%-
XYZ24.1727.2126.9-
YUV140.56124.86121.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=31.96%
G=35.35%
B=32.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461350.1000.080.43132.866.0354.51
Hex849287A082B85637
Octal2042222071201053205667
Binary10000100100100101000011110100100010101110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849287; }

 p { color: rgb(132,146,135); }

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

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

 a { background-color: rgb(132,146,135); }

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

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

 span { border-color: rgb(132,146,135); }

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