#848471

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

Shades of Schist #848471

Tints of Schist #848471

Color information

#848471 (or 0x848471) is unknown color: approx Schist. HEX triplet: 84, 84 and 71. RGB value is (132,132,113). Sum of RGB (Red+Green+Blue) = 132+132+113=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848471 is #7B7B8E. Grayscale: #818181. Windows color (decimal): -8092559 or 7439492. OLE color: 7439492.

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

Color convert

RGB132132113-
CMYK000.140.48
HSL60º7.76%48.04%-
HSV(B)60º14.39%51.76%-
XYZ20.7522.618.89-
YUV129.83118.5129.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=35.01%
G=35.01%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132113000.140.48607.7648.04
Hex84847100E303c830
Octal204204161001660741060
Binary100001001000010011100010011101100001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848471; }

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

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

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

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

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

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

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

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