#87864D

Color #87864D Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #87864D

Tints of Highball #87864D

Color information

#87864D (or 0x87864D) is unknown color: approx Highball. HEX triplet: 87, 86 and 4D. RGB value is (135,134,77). Sum of RGB (Red+Green+Blue) = 135+134+77=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87864D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87864D is #7879B2. Grayscale: #808080. Windows color (decimal): -7895475 or 5080711. OLE color: 5080711.

HSL color Cylindrical-coordinate representation of color #87864D: hue angle of 58.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87864D is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13513477-
CMYK00.010.430.47
HSL58.97º27.36%41.57%-
HSV(B)58.97º42.96%52.94%-
XYZ19.8622.7410.36-
YUV127.899.33133.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 77 (30.47% from 255) = 22.25%
R=39.02%
G=38.73%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351347700.010.430.4758.9727.3641.57
Hex87864D012B2F3b1b2a
Octal207206115015357733352
Binary100001111000011010011010110101110111111101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87864D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87864D; }

 p { color: rgb(135,134,77); }

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

<style>
 a { background-color: #87864D; }

 a { background-color: rgb(135,134,77); }

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

<style>
 span { border-color: #87864D; }

 span { border-color: rgb(135,134,77); }

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