#8B7F41

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

Shades of Highball #8B7F41

Tints of Highball #8B7F41

Color information

#8B7F41 (or 0x8B7F41) is unknown color: approx Highball. HEX triplet: 8B, 7F and 41. RGB value is (139,127,65). Sum of RGB (Red+Green+Blue) = 139+127+65=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7F41 is #7480BE. Grayscale: #7B7B7B. Windows color (decimal): -7635135 or 4292491. OLE color: 4292491.

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

Color convert

RGB13912765-
CMYK00.090.530.45
HSL50.27º36.27%40%-
HSV(B)50.27º53.24%54.51%-
XYZ19.1921.058.05-
YUV123.5294.98139.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.99%
GREEN value IS 127 (50% from 255) = 38.37%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=41.99%
G=38.37%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391276500.090.530.4550.2736.2740
Hex8B7F4109352D322428
Octal2131771010116555624450
Binary100010111111111100000101001110101101101110010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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