#8B7D41

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

Shades of Highball #8B7D41

Tints of Highball #8B7D41

Color information

#8B7D41 (or 0x8B7D41) is unknown color: approx Highball. HEX triplet: 8B, 7D and 41. RGB value is (139,125,65). Sum of RGB (Red+Green+Blue) = 139+125+65=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D41 is #7482BE. Grayscale: #7A7A7A. Windows color (decimal): -7635647 or 4291979. OLE color: 4291979.

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

Color convert

RGB13912565-
CMYK00.100.530.45
HSL48.65º36.27%40%-
HSV(B)48.65º53.24%54.51%-
XYZ18.9420.547.97-
YUV122.3595.64139.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 65 (25.78% from 255) = 19.76%
R=42.25%
G=37.99%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391256500.100.530.4548.6536.2740
Hex8B7D410A352D312428
Octal2131751010126555614450
Binary100010111111101100000101010110101101101110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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