#8B7F37

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

Shades of Highball #8B7F37

Tints of Highball #8B7F37

Color information

#8B7F37 (or 0x8B7F37) is unknown color: approx Highball. HEX triplet: 8B, 7F and 37. RGB value is (139,127,55). Sum of RGB (Red+Green+Blue) = 139+127+55=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F37 is #7480C8. Grayscale: #7A7A7A. Windows color (decimal): -7635145 or 3637131. OLE color: 3637131.

HSL color Cylindrical-coordinate representation of color #8B7F37: hue angle of 51.43º 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 #8B7F37 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB13912755-
CMYK00.090.600.45
HSL51.43º43.3%38.04%-
HSV(B)51.43º60.43%54.51%-
XYZ18.9320.946.66-
YUV122.3889.98139.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=43.30%
G=39.56%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391275500.090.600.4551.4343.338.04
Hex8B7F37093C2D332b26
Octal213177670117455635346
Binary10001011111111111011101001111100101101110011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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