#858370

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

Shades of Schist #858370

Tints of Schist #858370

Color information

#858370 (or 0x858370) is unknown color: approx Schist. HEX triplet: 85, 83 and 70. RGB value is (133,131,112). Sum of RGB (Red+Green+Blue) = 133+131+112=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 133 - color contains mainly: red. Hex color #858370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858370 is #7A7C8F. Grayscale: #818181. Windows color (decimal): -8027280 or 7373701. OLE color: 7373701.

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

Color convert

RGB133131112-
CMYK00.020.160.48
HSL54.29º8.57%48.04%-
HSV(B)54.29º15.79%52.16%-
XYZ20.7122.3918.56-
YUV129.43118.16130.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.37%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=35.37%
G=34.84%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313111200.020.160.4854.298.5748.04
Hex85837002103036930
Octal205203160022060661160
Binary10000101100000111110000010100001100001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858370; }

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

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

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

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

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

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

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

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