#8E883D

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

Shades of Highball #8E883D

Tints of Highball #8E883D

Color information

#8E883D (or 0x8E883D) is unknown color: approx Highball. HEX triplet: 8E, 88 and 3D. RGB value is (142,136,61). Sum of RGB (Red+Green+Blue) = 142+136+61=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E883D is #7177C2. Grayscale: #818181. Windows color (decimal): -7436227 or 4032654. OLE color: 4032654.

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

Color convert

RGB14213661-
CMYK00.040.570.44
HSL55.56º39.9%39.8%-
HSV(B)55.56º57.04%55.69%-
XYZ20.823.77.89-
YUV129.2489.49137.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 61 (24.22% from 255) = 17.99%
R=41.89%
G=40.12%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421366100.040.570.4455.5639.939.8
Hex8E883D04392C382828
Octal21621075047154705050
Binary10001110100010001111010100111001101100111000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E883D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,61); }

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

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

 a { background-color: rgb(142,136,61); }

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

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

 span { border-color: rgb(142,136,61); }

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