#8e7d3a

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

Shades of Highball #8E7D3A

Tints of Highball #8E7D3A

Color information

#8E7D3A (or 0x8E7D3A) is unknown color: approx Highball. HEX triplet: 8E, 7D and 3A. RGB value is (142,125,58). Sum of RGB (Red+Green+Blue) = 142+125+58=325 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.69% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D3A is #7182C5. Grayscale: #7A7A7A. Windows color (decimal): -7439046 or 3833230. OLE color: 3833230.

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

Color convert

RGB14212558-
CMYK00.120.590.44
HSL47.86º42%39.22%-
HSV(B)47.86º59.15%55.69%-
XYZ19.2520.726.99-
YUV122.4491.63141.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.69%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 58 (23.05% from 255) = 17.85%
R=43.69%
G=38.46%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421255800.120.590.4447.864239.22
Hex8E7D3A0C3B2C302a27
Octal216175720147354605247
Binary10001110111110111101001100111011101100110000101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e7d3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,125,58); }

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

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

 a { background-color: rgb(142,125,58); }

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

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

 span { border-color: rgb(142,125,58); }

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