#8E7F3C

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

Shades of Highball #8E7F3C

Tints of Highball #8E7F3C

Color information

#8E7F3C (or 0x8E7F3C) is unknown color: approx Highball. HEX triplet: 8E, 7F and 3C. RGB value is (142,127,60). Sum of RGB (Red+Green+Blue) = 142+127+60=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 127 (50% from 255 or 38.60% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7F3C is #7180C3. Grayscale: #7C7C7C. Windows color (decimal): -7438532 or 3964814. OLE color: 3964814.

HSL color Cylindrical-coordinate representation of color #8E7F3C: hue angle of 49.02º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E7F3C is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14212760-
CMYK00.110.580.44
HSL49.02º40.59%39.61%-
HSV(B)49.02º57.75%55.69%-
XYZ19.5621.267.35-
YUV123.8591.97140.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 127 (50% from 255) = 38.60%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=43.16%
G=38.60%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421276000.110.580.4449.0240.5939.61
Hex8E7F3C0B3A2C312928
Octal216177740137254615150
Binary10001110111111111110001011111010101100110001101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,127,60); }

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

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

 a { background-color: rgb(142,127,60); }

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

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

 span { border-color: rgb(142,127,60); }

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