#848379

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

Shades of Schist #848379

Tints of Schist #848379

Color information

#848379 (or 0x848379) is unknown color: approx Schist. HEX triplet: 84, 83 and 79. RGB value is (132,131,121). Sum of RGB (Red+Green+Blue) = 132+131+121=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 132 - color contains mainly: red. Hex color #848379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848379 is #7B7C86. Grayscale: #828282. Windows color (decimal): -8092807 or 7963524. OLE color: 7963524.

HSL color Cylindrical-coordinate representation of color #848379: hue angle of 54.55º 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 #848379 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB132131121-
CMYK00.010.080.48
HSL54.55º4.35%49.61%-
HSV(B)54.55º8.33%51.76%-
XYZ21.0822.5221.32-
YUV130.16122.83129.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.38%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=34.38%
G=34.11%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213112100.010.080.4854.554.3549.61
Hex8483790183037432
Octal20420317101106067462
Binary10000100100000111111001011000110000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848379; }

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

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

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

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

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

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

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

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