#848584

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

Shades of Stack #848584

Tints of Stack #848584

Color information

#848584 (or 0x848584) is unknown color: approx Stack. HEX triplet: 84, 85 and 84. RGB value is (132,133,132). Sum of RGB (Red+Green+Blue) = 132+133+132=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 133 - color contains mainly: green. Hex color #848584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848584 is #7B7A7B. Grayscale: #848484. Windows color (decimal): -8092284 or 8684932. OLE color: 8684932.

HSL color Cylindrical-coordinate representation of color #848584: hue angle of 120º degrees, saturation: 0, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #848584 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB132133132-
CMYK0.0100.010.48
HSL120º0.41%51.96%-
HSV(B)120º0.75%52.16%-
XYZ22.0723.3525.17-
YUV132.59127.67127.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 133 (52.34% from 255) = 33.50%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=33.25%
G=33.50%
B=33.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331320.0100.010.481200.4151.96
Hex8485841013078034
Octal20420520410160170064
Binary10000100100001011000010010111000011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848584; }

 p { color: rgb(132,133,132); }

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

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

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

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

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

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

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