#85856D

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

Shades of Schist #85856D

Tints of Schist #85856D

Color information

#85856D (or 0x85856D) is unknown color: approx Schist. HEX triplet: 85, 85 and 6D. RGB value is (133,133,109). Sum of RGB (Red+Green+Blue) = 133+133+109=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85856D is #7A7A92. Grayscale: #828282. Windows color (decimal): -8026771 or 7177605. OLE color: 7177605.

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

Color convert

RGB133133109-
CMYK000.180.48
HSL60º9.92%47.45%-
HSV(B)60º18.05%52.16%-
XYZ20.8222.8717.78-
YUV130.26116129.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=35.47%
G=35.47%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133109000.180.48609.9247.45
Hex85856D0012303ca2f
Octal205205155002260741257
Binary1000010110000101110110100100101100001111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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