#8B8873

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

Shades of Schist #8B8873

Tints of Schist #8B8873

Color information

#8B8873 (or 0x8B8873) is unknown color: approx Schist. HEX triplet: 8B, 88 and 73. RGB value is (139,136,115). Sum of RGB (Red+Green+Blue) = 139+136+115=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8873 is #74778C. Grayscale: #868686. Windows color (decimal): -7632781 or 7571595. OLE color: 7571595.

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

Color convert

RGB139136115-
CMYK00.020.170.45
HSL52.5º9.45%49.8%-
HSV(B)52.5º17.27%54.51%-
XYZ22.5524.3419.73-
YUV134.5116.99131.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.64%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=35.64%
G=34.87%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913611500.020.170.4552.59.4549.8
Hex8B887302112D35932
Octal213210163022155651162
Binary10001011100010001110011010100011011011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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