#8E8B35

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

Shades of Highball #8E8B35

Tints of Highball #8E8B35

Color information

#8E8B35 (or 0x8E8B35) is unknown color: approx Highball. HEX triplet: 8E, 8B and 35. RGB value is (142,139,53). Sum of RGB (Red+Green+Blue) = 142+139+53=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B35 is #7174CA. Grayscale: #828282. Windows color (decimal): -7435467 or 3509134. OLE color: 3509134.

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

Color convert

RGB14213953-
CMYK00.020.630.44
HSL57.98º45.64%38.24%-
HSV(B)57.98º62.68%55.69%-
XYZ21.0324.476.98-
YUV130.0984.49136.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 139 (54.69% from 255) = 41.62%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=42.51%
G=41.62%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421395300.020.630.4457.9845.6438.24
Hex8E8B35023F2C3a2e26
Octal21621365027754725646
Binary1000111010001011110101010111111101100111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,53); }

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

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

 a { background-color: rgb(142,139,53); }

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

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

 span { border-color: rgb(142,139,53); }

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