#848377

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

Shades of Schist #848377

Tints of Schist #848377

Color information

#848377 (or 0x848377) is unknown color: approx Schist. HEX triplet: 84, 83 and 77. RGB value is (132,131,119). Sum of RGB (Red+Green+Blue) = 132+131+119=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 132 - color contains mainly: red. Hex color #848377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848377 is #7B7C88. Grayscale: #818181. Windows color (decimal): -8092809 or 7832452. OLE color: 7832452.

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

Color convert

RGB132131119-
CMYK00.010.100.48
HSL55.38º5.18%49.22%-
HSV(B)55.38º9.85%51.76%-
XYZ20.9622.4720.69-
YUV129.93121.83129.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.55%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 119 (46.88% from 255) = 31.15%
R=34.55%
G=34.29%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213111900.010.100.4855.385.1849.22
Hex84837701A3037531
Octal20420316701126067561
Binary10000100100000111110111011010110000110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848377; }

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

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

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

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

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

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

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

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