#87834A

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

Shades of Highball #87834A

Tints of Highball #87834A

Color information

#87834A (or 0x87834A) is unknown color: approx Highball. HEX triplet: 87, 83 and 4A. RGB value is (135,131,74). Sum of RGB (Red+Green+Blue) = 135+131+74=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #87834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87834A is #787CB5. Grayscale: #7D7D7D. Windows color (decimal): -7896246 or 4883335. OLE color: 4883335.

HSL color Cylindrical-coordinate representation of color #87834A: hue angle of 56.07º 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 #87834A is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13513174-
CMYK00.030.450.47
HSL56.07º29.19%40.98%-
HSV(B)56.07º45.19%52.94%-
XYZ19.3421.889.68-
YUV125.798.83134.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.71%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=39.71%
G=38.53%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351317400.030.450.4756.0729.1940.98
Hex87834A032D2F381d29
Octal207203112035557703551
Binary1000011110000011100101001110110110111111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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