#849385

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

Shades of Stack #849385

Tints of Stack #849385

Color information

#849385 (or 0x849385) is unknown color: approx Stack. HEX triplet: 84, 93 and 85. RGB value is (132,147,133). Sum of RGB (Red+Green+Blue) = 132+147+133=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 147 - color contains mainly: green. Hex color #849385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849385 is #7B6C7A. Grayscale: #8C8C8C. Windows color (decimal): -8088699 or 8754052. OLE color: 8754052.

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

Color convert

RGB132147133-
CMYK0.1000.100.42
HSL124º6.49%54.71%-
HSV(B)124º10.2%57.65%-
XYZ24.1827.4726.22-
YUV140.92123.53121.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 133 (52.34% from 255) = 32.28%
R=32.04%
G=35.68%
B=32.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471330.1000.100.421246.4954.71
Hex849385A0A2A7c637
Octal2042232051201252174667
Binary1000010010010011100001011010010101010101111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849385; }

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

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

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

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

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

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

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

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