#8E8538

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

Shades of Highball #8E8538

Tints of Highball #8E8538

Color information

#8E8538 (or 0x8E8538) is unknown color: approx Highball. HEX triplet: 8E, 85 and 38. RGB value is (142,133,56). Sum of RGB (Red+Green+Blue) = 142+133+56=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8538 is #717AC7. Grayscale: #7F7F7F. Windows color (decimal): -7437000 or 3704206. OLE color: 3704206.

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

Color convert

RGB14213356-
CMYK00.060.610.44
HSL53.72º43.43%38.82%-
HSV(B)53.72º60.56%55.69%-
XYZ20.2622.817.08-
YUV126.9187.98138.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=42.90%
G=40.18%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421335600.060.610.4453.7243.4338.82
Hex8E8538063D2C362b27
Octal21620570067554665347
Binary10001110100001011110000110111101101100110110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,133,56); }

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

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

 a { background-color: rgb(142,133,56); }

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

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

 span { border-color: rgb(142,133,56); }

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