#8B7F44

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

Shades of Highball #8B7F44

Tints of Highball #8B7F44

Color information

#8B7F44 (or 0x8B7F44) is unknown color: approx Highball. HEX triplet: 8B, 7F and 44. RGB value is (139,127,68). Sum of RGB (Red+Green+Blue) = 139+127+68=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F44 is #7480BB. Grayscale: #7C7C7C. Windows color (decimal): -7635132 or 4489099. OLE color: 4489099.

HSL color Cylindrical-coordinate representation of color #8B7F44: hue angle of 49.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B7F44 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB13912768-
CMYK00.090.510.45
HSL49.86º34.3%40.59%-
HSV(B)49.86º51.08%54.51%-
XYZ19.2821.098.52-
YUV123.8696.48138.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=41.62%
G=38.02%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391276800.090.510.4549.8634.340.59
Hex8B7F4409332D322229
Octal2131771040116355624251
Binary100010111111111100010001001110011101101110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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