#848571

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

Shades of Schist #848571

Tints of Schist #848571

Color information

#848571 (or 0x848571) is unknown color: approx Schist. HEX triplet: 84, 85 and 71. RGB value is (132,133,113). Sum of RGB (Red+Green+Blue) = 132+133+113=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #848571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848571 is #7B7A8E. Grayscale: #828282. Windows color (decimal): -8092303 or 7439748. OLE color: 7439748.

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

Color convert

RGB132133113-
CMYK0.0100.150.48
HSL63º8.13%48.24%-
HSV(B)63º15.04%52.16%-
XYZ20.8822.8718.94-
YUV130.42118.17129.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=34.92%
G=35.19%
B=29.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331130.0100.150.48638.1348.24
Hex84857110F303f830
Octal204205161101760771060
Binary100001001000010111100011011111100001111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848571; }

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

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

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

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

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

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

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

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