#8E813B

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

Shades of Highball #8E813B

Tints of Highball #8E813B

Color information

#8E813B (or 0x8E813B) is unknown color: approx Highball. HEX triplet: 8E, 81 and 3B. RGB value is (142,129,59). Sum of RGB (Red+Green+Blue) = 142+129+59=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E813B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E813B is #717EC4. Grayscale: #7D7D7D. Windows color (decimal): -7438021 or 3899790. OLE color: 3899790.

HSL color Cylindrical-coordinate representation of color #8E813B: hue angle of 50.6º 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 #8E813B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14212959-
CMYK00.090.580.44
HSL50.6º41.29%39.41%-
HSV(B)50.6º58.45%55.69%-
XYZ19.821.777.3-
YUV124.9190.81140.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 59 (23.44% from 255) = 17.88%
R=43.03%
G=39.09%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421295900.090.580.4450.641.2939.41
Hex8E813B093A2C332927
Octal216201730117254635147
Binary100011101000000111101101001111010101100110011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E813B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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