#8D8D71

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

Shades of Bitter #8D8D71

Tints of Bitter #8D8D71

Color information

#8D8D71 (or 0x8D8D71) is unknown color: approx Bitter. HEX triplet: 8D, 8D and 71. RGB value is (141,141,113). Sum of RGB (Red+Green+Blue) = 141+141+113=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 141 - color contains mainly: red, green. Hex color #8D8D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8D71 is #72728E. Grayscale: #898989. Windows color (decimal): -7500431 or 7441805. OLE color: 7441805.

HSL color Cylindrical-coordinate representation of color #8D8D71: hue angle of 60º 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 #8D8D71 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141141113-
CMYK000.200.45
HSL60º11.02%49.8%-
HSV(B)60º19.86%55.29%-
XYZ23.4925.919.38-
YUV137.81114130.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=35.70%
G=35.70%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141141113000.200.456011.0249.8
Hex8D8D7100142D3cb32
Octal215215161002455741362
Binary1000110110001101111000100101001011011111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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