#8B8437

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

Shades of Highball #8B8437

Tints of Highball #8B8437

Color information

#8B8437 (or 0x8B8437) is unknown color: approx Highball. HEX triplet: 8B, 84 and 37. RGB value is (139,132,55). Sum of RGB (Red+Green+Blue) = 139+132+55=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8437 is #747BC8. Grayscale: #7D7D7D. Windows color (decimal): -7633865 or 3638411. OLE color: 3638411.

HSL color Cylindrical-coordinate representation of color #8B8437: hue angle of 55º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8B8437 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB13913255-
CMYK00.050.600.45
HSL55º43.3%38.04%-
HSV(B)55º60.43%54.51%-
XYZ19.5922.276.88-
YUV125.3188.32137.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 55 (21.88% from 255) = 16.87%
R=42.64%
G=40.49%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391325500.050.600.455543.338.04
Hex8B8437053C2D372b26
Octal21320467057455675346
Binary10001011100001001101110101111100101101110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,132,55); }

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

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

 a { background-color: rgb(139,132,55); }

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

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

 span { border-color: rgb(139,132,55); }

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