#848579

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

Shades of Schist #848579

Tints of Schist #848579

Color information

#848579 (or 0x848579) is unknown color: approx Schist. HEX triplet: 84, 85 and 79. RGB value is (132,133,121). Sum of RGB (Red+Green+Blue) = 132+133+121=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #848579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848579 is #7B7A86. Grayscale: #838383. Windows color (decimal): -8092295 or 7964036. OLE color: 7964036.

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

Color convert

RGB132133121-
CMYK0.0100.090.48
HSL65º4.72%49.8%-
HSV(B)65º9.02%52.16%-
XYZ21.3523.0621.41-
YUV131.33122.17128.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 133 (52.34% from 255) = 34.46%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=34.20%
G=34.46%
B=31.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331210.0100.090.48654.7249.8
Hex8485791093041532
Octal204205171101160101562
Binary100001001000010111110011010011100001000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848579; }

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

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

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

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

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

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

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

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