#848570

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

Shades of Schist #848570

Tints of Schist #848570

Color information

#848570 (or 0x848570) is unknown color: approx Schist. HEX triplet: 84, 85 and 70. RGB value is (132,133,112). Sum of RGB (Red+Green+Blue) = 132+133+112=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #848570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848570 is #7B7A8F. Grayscale: #828282. Windows color (decimal): -8092304 or 7374212. OLE color: 7374212.

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

Color convert

RGB132133112-
CMYK0.0100.160.48
HSL62.86º8.57%48.04%-
HSV(B)62.86º15.79%52.16%-
XYZ20.8322.8518.64-
YUV130.31117.67129.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=35.01%
G=35.28%
B=29.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321331120.0100.160.4862.868.5748.04
Hex8485701010303f930
Octal204205160102060771160
Binary1000010010000101111000010100001100001111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848570; }

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

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

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

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

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

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

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

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