#849485

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

Shades of Stack #849485

Tints of Stack #849485

Color information

#849485 (or 0x849485) is unknown color: approx Stack. HEX triplet: 84, 94 and 85. RGB value is (132,148,133). Sum of RGB (Red+Green+Blue) = 132+148+133=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #849485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849485 is #7B6B7A. Grayscale: #8D8D8D. Windows color (decimal): -8088443 or 8754308. OLE color: 8754308.

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

Color convert

RGB132148133-
CMYK0.1100.100.42
HSL123.75º6.96%54.9%-
HSV(B)123.75º10.81%58.04%-
XYZ24.3427.7826.27-
YUV141.51123.2121.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 133 (52.34% from 255) = 32.20%
R=31.96%
G=35.84%
B=32.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481330.1100.100.42123.756.9654.9
Hex849485B0A2A7c737
Octal2042242051301252174767
Binary1000010010010100100001011011010101010101111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849485; }

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

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

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

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

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

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

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

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