#87856D

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

Shades of Schist #87856D

Tints of Schist #87856D

Color information

#87856D (or 0x87856D) is unknown color: approx Schist. HEX triplet: 87, 85 and 6D. RGB value is (135,133,109). Sum of RGB (Red+Green+Blue) = 135+133+109=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87856D is #787A92. Grayscale: #828282. Windows color (decimal): -7895699 or 7177607. OLE color: 7177607.

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

Color convert

RGB135133109-
CMYK00.010.190.47
HSL55.38º10.66%47.84%-
HSV(B)55.38º19.26%52.94%-
XYZ21.1423.0317.8-
YUV130.86115.66130.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=35.81%
G=35.28%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513310900.010.190.4755.3810.6647.84
Hex87856D01132F37b30
Octal207205155012357671360
Binary1000011110000101110110101100111011111101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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