#8A7E35

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

Shades of Highball #8A7E35

Tints of Highball #8A7E35

Color information

#8A7E35 (or 0x8A7E35) is unknown color: approx Highball. HEX triplet: 8A, 7E and 35. RGB value is (138,126,53). Sum of RGB (Red+Green+Blue) = 138+126+53=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7E35 is #7581CA. Grayscale: #797979. Windows color (decimal): -7700939 or 3505802. OLE color: 3505802.

HSL color Cylindrical-coordinate representation of color #8A7E35: hue angle of 51.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A7E35 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13812653-
CMYK00.090.620.46
HSL51.53º44.5%37.45%-
HSV(B)51.53º61.59%54.12%-
XYZ18.5820.586.36-
YUV121.2789.48139.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 53 (21.09% from 255) = 16.72%
R=43.53%
G=39.75%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381265300.090.620.4651.5344.537.45
Hex8A7E35093E2E342d25
Octal212176650117656645545
Binary10001010111111011010101001111110101110110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,126,53); }

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

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

 a { background-color: rgb(138,126,53); }

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

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

 span { border-color: rgb(138,126,53); }

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