#8D8B71

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

Shades of Schist #8D8B71

Tints of Schist #8D8B71

Color information

#8D8B71 (or 0x8D8B71) is unknown color: approx Schist. HEX triplet: 8D, 8B and 71. RGB value is (141,139,113). Sum of RGB (Red+Green+Blue) = 141+139+113=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8B71 is #72748E. Grayscale: #888888. Windows color (decimal): -7500943 or 7441293. OLE color: 7441293.

HSL color Cylindrical-coordinate representation of color #8D8B71: hue angle of 55.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8B71 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141139113-
CMYK00.010.200.45
HSL55.71º11.02%49.8%-
HSV(B)55.71º19.86%55.29%-
XYZ23.225.3219.29-
YUV136.63114.66131.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 139 (54.69% from 255) = 35.37%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=35.88%
G=35.37%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113911300.010.200.4555.7111.0249.8
Hex8D8B7101142D38b32
Octal215213161012455701362
Binary1000110110001011111000101101001011011110001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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