#849285

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

Shades of Stack #849285

Tints of Stack #849285

Color information

#849285 (or 0x849285) is unknown color: approx Stack. HEX triplet: 84, 92 and 85. RGB value is (132,146,133). Sum of RGB (Red+Green+Blue) = 132+146+133=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 146 - color contains mainly: green. Hex color #849285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849285 is #7B6D7A. Grayscale: #8C8C8C. Windows color (decimal): -8088955 or 8753796. OLE color: 8753796.

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

Color convert

RGB132146133-
CMYK0.1000.090.43
HSL124.29º6.03%54.51%-
HSV(B)124.29º9.59%57.25%-
XYZ24.0327.1626.17-
YUV140.33123.86122.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=32.12%
G=35.52%
B=32.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461330.1000.090.43124.296.0354.51
Hex849285A092B7c637
Octal2042222051201153174667
Binary1000010010010010100001011010010011010111111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849285; }

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

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

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

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

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

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

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

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