#8E853C

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

Shades of Highball #8E853C

Tints of Highball #8E853C

Color information

#8E853C (or 0x8E853C) is unknown color: approx Highball. HEX triplet: 8E, 85 and 3C. RGB value is (142,133,60). Sum of RGB (Red+Green+Blue) = 142+133+60=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E853C is #717AC3. Grayscale: #7F7F7F. Windows color (decimal): -7436996 or 3966350. OLE color: 3966350.

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

Color convert

RGB14213360-
CMYK00.060.580.44
HSL53.41º40.59%39.61%-
HSV(B)53.41º57.75%55.69%-
XYZ20.3622.857.61-
YUV127.3789.98138.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=42.39%
G=39.70%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421336000.060.580.4453.4140.5939.61
Hex8E853C063A2C352928
Octal21620574067254655150
Binary10001110100001011111000110111010101100110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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