#87864A

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

Shades of Highball #87864A

Tints of Highball #87864A

Color information

#87864A (or 0x87864A) is unknown color: approx Highball. HEX triplet: 87, 86 and 4A. RGB value is (135,134,74). Sum of RGB (Red+Green+Blue) = 135+134+74=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #87864A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87864A is #7879B5. Grayscale: #7F7F7F. Windows color (decimal): -7895478 or 4884103. OLE color: 4884103.

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

Color convert

RGB13513474-
CMYK00.010.450.47
HSL59.02º29.19%40.98%-
HSV(B)59.02º45.19%52.94%-
XYZ19.7522.79.82-
YUV127.4697.83133.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 74 (29.30% from 255) = 21.57%
R=39.36%
G=39.07%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351347400.010.450.4759.0229.1940.98
Hex87864A012D2F3b1d29
Octal207206112015557733551
Binary100001111000011010010100110110110111111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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