#87935E

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

Shades of Bitter #87935E

Tints of Bitter #87935E

Color information

#87935E (or 0x87935E) is unknown color: approx Bitter. HEX triplet: 87, 93 and 5E. RGB value is (135,147,94). Sum of RGB (Red+Green+Blue) = 135+147+94=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #87935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87935E is #786CA1. Grayscale: #898989. Windows color (decimal): -7892130 or 6198151. OLE color: 6198151.

HSL color Cylindrical-coordinate representation of color #87935E: hue angle of 73.58º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87935E is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB13514794-
CMYK0.0800.360.42
HSL73.58º21.99%47.25%-
HSV(B)73.58º36.05%57.65%-
XYZ22.4526.8314.58-
YUV137.37103.52126.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.90%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 94 (37.11% from 255) = 25%
R=35.90%
G=39.10%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147940.0800.360.4273.5821.9947.25
Hex87935E80242A4a162f
Octal20722313610044521122657
Binary1000011110010011101111010000100100101010100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87935E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87935E; }

 p { color: rgb(135,147,94); }

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

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

 a { background-color: rgb(135,147,94); }

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

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

 span { border-color: rgb(135,147,94); }

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