#8E813C

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

Shades of Highball #8E813C

Tints of Highball #8E813C

Color information

#8E813C (or 0x8E813C) is unknown color: approx Highball. HEX triplet: 8E, 81 and 3C. RGB value is (142,129,60). Sum of RGB (Red+Green+Blue) = 142+129+60=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E813C is #717EC3. Grayscale: #7D7D7D. Windows color (decimal): -7438020 or 3965326. OLE color: 3965326.

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

Color convert

RGB14212960-
CMYK00.090.580.44
HSL50.49º40.59%39.61%-
HSV(B)50.49º57.75%55.69%-
XYZ19.8221.787.43-
YUV125.0291.31140.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=42.90%
G=38.97%
B=18.13%

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
Decimal1421296000.090.580.4450.4940.5939.61
Hex8E813C093A2C322928
Octal216201740117254625150
Binary100011101000000111110001001111010101100110010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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