#8E8536

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

Shades of Highball #8E8536

Tints of Highball #8E8536

Color information

#8E8536 (or 0x8E8536) is unknown color: approx Highball. HEX triplet: 8E, 85 and 36. RGB value is (142,133,54). Sum of RGB (Red+Green+Blue) = 142+133+54=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8536 is #717AC9. Grayscale: #7F7F7F. Windows color (decimal): -7437002 or 3573134. OLE color: 3573134.

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

Color convert

RGB14213354-
CMYK00.060.620.44
HSL53.86º44.9%38.43%-
HSV(B)53.86º61.97%55.69%-
XYZ20.2122.796.82-
YUV126.6886.98138.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.16%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 54 (21.48% from 255) = 16.41%
R=43.16%
G=40.43%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421335400.060.620.4453.8644.938.43
Hex8E8536063E2C362d26
Octal21620566067654665546
Binary10001110100001011101100110111110101100110110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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