#848479

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

Shades of Schist #848479

Tints of Schist #848479

Color information

#848479 (or 0x848479) is unknown color: approx Schist. HEX triplet: 84, 84 and 79. RGB value is (132,132,121). Sum of RGB (Red+Green+Blue) = 132+132+121=385 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.29% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848479 is #7B7B86. Grayscale: #828282. Windows color (decimal): -8092551 or 7963780. OLE color: 7963780.

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

Color convert

RGB132132121-
CMYK000.080.48
HSL60º4.35%49.61%-
HSV(B)60º8.33%51.76%-
XYZ21.2222.7921.37-
YUV130.75122.5128.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.29%
GREEN value IS 132 (51.95% from 255) = 34.29%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=34.29%
G=34.29%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132121000.080.48604.3549.61
Hex848479008303c432
Octal20420417100106074462
Binary10000100100001001111001001000110000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848479; }

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

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

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

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

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

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

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

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