#8B7B41

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

Shades of Highball #8B7B41

Tints of Highball #8B7B41

Color information

#8B7B41 (or 0x8B7B41) is unknown color: approx Highball. HEX triplet: 8B, 7B and 41. RGB value is (139,123,65). Sum of RGB (Red+Green+Blue) = 139+123+65=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7B41 is #7484BE. Grayscale: #797979. Windows color (decimal): -7636159 or 4291467. OLE color: 4291467.

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

Color convert

RGB13912365-
CMYK00.120.530.45
HSL47.03º36.27%40%-
HSV(B)47.03º53.24%54.51%-
XYZ18.6820.047.88-
YUV121.1796.3140.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=42.51%
G=37.61%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391236500.120.530.4547.0336.2740
Hex8B7B410C352D2f2428
Octal2131731010146555574450
Binary100010111111011100000101100110101101101101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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