#848371

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

Shades of Schist #848371

Tints of Schist #848371

Color information

#848371 (or 0x848371) is unknown color: approx Schist. HEX triplet: 84, 83 and 71. RGB value is (132,131,113). Sum of RGB (Red+Green+Blue) = 132+131+113=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 132 - color contains mainly: red. Hex color #848371 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848371 is #7B7C8E. Grayscale: #818181. Windows color (decimal): -8092815 or 7439236. OLE color: 7439236.

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

Color convert

RGB132131113-
CMYK00.010.140.48
HSL56.84º7.76%48.04%-
HSV(B)56.84º14.39%51.76%-
XYZ20.6122.3318.85-
YUV129.25118.83129.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.11%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=35.11%
G=34.84%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213111300.010.140.4856.847.7648.04
Hex84837101E3039830
Octal204203161011660711060
Binary100001001000001111100010111101100001110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848371; }

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

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

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

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

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

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

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

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