#8E874B

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

Shades of Highball #8E874B

Tints of Highball #8E874B

Color information

#8E874B (or 0x8E874B) is unknown color: approx Highball. HEX triplet: 8E, 87 and 4B. RGB value is (142,135,75). Sum of RGB (Red+Green+Blue) = 142+135+75=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E874B is #7178B4. Grayscale: #828282. Windows color (decimal): -7436469 or 4949902. OLE color: 4949902.

HSL color Cylindrical-coordinate representation of color #8E874B: hue angle of 53.73º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E874B is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB14213575-
CMYK00.050.470.44
HSL53.73º30.88%42.55%-
HSV(B)53.73º47.18%55.69%-
XYZ21.0923.5910.1-
YUV130.2596.82136.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=40.34%
G=38.35%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421357500.050.470.4453.7330.8842.55
Hex8E874B052F2C361f2b
Octal216207113055754663753
Binary10001110100001111001011010110111110110011011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,75); }

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

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

 a { background-color: rgb(142,135,75); }

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

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

 span { border-color: rgb(142,135,75); }

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