#8B8871

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

Shades of Schist #8B8871

Tints of Schist #8B8871

Color information

#8B8871 (or 0x8B8871) is unknown color: approx Schist. HEX triplet: 8B, 88 and 71. RGB value is (139,136,113). Sum of RGB (Red+Green+Blue) = 139+136+113=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8871 is #74778E. Grayscale: #868686. Windows color (decimal): -7632783 or 7440523. OLE color: 7440523.

HSL color Cylindrical-coordinate representation of color #8B8871: hue angle of 53.08º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B8871 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB139136113-
CMYK00.020.190.45
HSL53.08º10.32%49.41%-
HSV(B)53.08º18.71%54.51%-
XYZ22.4324.2919.13-
YUV134.28115.99131.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 136 (53.52% from 255) = 35.05%
BLUE value IS 113 (44.53% from 255) = 29.12%
R=35.82%
G=35.05%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913611300.020.190.4553.0810.3249.41
Hex8B887102132D35a31
Octal213210161022355651261
Binary10001011100010001110001010100111011011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8871; }

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

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

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

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

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

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

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

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