#85846D

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

Shades of Schist #85846D

Tints of Schist #85846D

Color information

#85846D (or 0x85846D) is unknown color: approx Schist. HEX triplet: 85, 84 and 6D. RGB value is (133,132,109). Sum of RGB (Red+Green+Blue) = 133+132+109=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 133 - color contains mainly: red. Hex color #85846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85846D is #7A7B92. Grayscale: #818181. Windows color (decimal): -8027027 or 7177349. OLE color: 7177349.

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

Color convert

RGB133132109-
CMYK00.010.180.48
HSL57.5º9.92%47.45%-
HSV(B)57.5º18.05%52.16%-
XYZ20.6822.5917.74-
YUV129.68116.33130.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 109 (42.97% from 255) = 29.14%
R=35.56%
G=35.29%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313210900.010.180.4857.59.9247.45
Hex85846D0112303aa2f
Octal205204155012260721257
Binary1000010110000100110110101100101100001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85846D; }

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

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

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

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

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

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

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

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