#888571

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

Shades of Schist #888571

Tints of Schist #888571

Color information

#888571 (or 0x888571) is unknown color: approx Schist. HEX triplet: 88, 85 and 71. RGB value is (136,133,113). Sum of RGB (Red+Green+Blue) = 136+133+113=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 136 - color contains mainly: red. Hex color #888571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888571 is #777A8E. Grayscale: #838383. Windows color (decimal): -7830159 or 7439752. OLE color: 7439752.

HSL color Cylindrical-coordinate representation of color #888571: hue angle of 52.17º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #888571 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB136133113-
CMYK00.020.170.47
HSL52.17º9.24%48.82%-
HSV(B)52.17º16.91%53.33%-
XYZ21.5223.218.97-
YUV131.62117.49131.13-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 133 (52.34% from 255) = 34.82%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=35.60%
G=34.82%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613311300.020.170.4752.179.2448.82
Hex88857102112F34931
Octal210205161022157641161
Binary10001000100001011110001010100011011111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888571; }

 p { color: rgb(136,133,113); }

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

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

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

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

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

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

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