#8B894C

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

Shades of Highball #8B894C

Tints of Highball #8B894C

Color information

#8B894C (or 0x8B894C) is unknown color: approx Highball. HEX triplet: 8B, 89 and 4C. RGB value is (139,137,76). Sum of RGB (Red+Green+Blue) = 139+137+76=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B894C is #7476B3. Grayscale: #828282. Windows color (decimal): -7632564 or 5015947. OLE color: 5015947.

HSL color Cylindrical-coordinate representation of color #8B894C: hue angle of 58.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B894C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB13913776-
CMYK00.010.450.45
HSL58.1º29.3%42.16%-
HSV(B)58.1º45.32%54.51%-
XYZ20.923.910.35-
YUV130.6497.16133.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 76 (30.08% from 255) = 21.59%
R=39.49%
G=38.92%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391377600.010.450.4558.129.342.16
Hex8B894C012D2D3a1d2a
Octal213211114015555723552
Binary100010111000100110011000110110110110111101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,137,76); }

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

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

 a { background-color: rgb(139,137,76); }

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

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

 span { border-color: rgb(139,137,76); }

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