#8E863B

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

Shades of Highball #8E863B

Tints of Highball #8E863B

Color information

#8E863B (or 0x8E863B) is unknown color: approx Highball. HEX triplet: 8E, 86 and 3B. RGB value is (142,134,59). Sum of RGB (Red+Green+Blue) = 142+134+59=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E863B is #7179C4. Grayscale: #808080. Windows color (decimal): -7436741 or 3901070. OLE color: 3901070.

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

Color convert

RGB14213459-
CMYK00.060.580.44
HSL54.22º41.29%39.41%-
HSV(B)54.22º58.45%55.69%-
XYZ20.4723.127.52-
YUV127.8489.15138.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 59 (23.44% from 255) = 17.61%
R=42.39%
G=40%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421345900.060.580.4454.2241.2939.41
Hex8E863B063A2C362927
Octal21620673067254665147
Binary10001110100001101110110110111010101100110110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,134,59); }

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

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

 a { background-color: rgb(142,134,59); }

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

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

 span { border-color: rgb(142,134,59); }

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