#858372

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

Shades of Schist #858372

Tints of Schist #858372

Color information

#858372 (or 0x858372) is unknown color: approx Schist. HEX triplet: 85, 83 and 72. RGB value is (133,131,114). Sum of RGB (Red+Green+Blue) = 133+131+114=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858372 is #7A7C8D. Grayscale: #818181. Windows color (decimal): -8027278 or 7504773. OLE color: 7504773.

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

Color convert

RGB133131114-
CMYK00.020.140.48
HSL53.68º7.69%48.43%-
HSV(B)53.68º14.29%52.16%-
XYZ20.8322.4319.15-
YUV129.66119.16130.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=35.19%
G=34.66%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313111400.020.140.4853.687.6948.43
Hex85837202E3036830
Octal205203162021660661060
Binary1000010110000011111001001011101100001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858372; }

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

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

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

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

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

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

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

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