#89884C

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

Shades of Highball #89884C

Tints of Highball #89884C

Color information

#89884C (or 0x89884C) is unknown color: approx Highball. HEX triplet: 89, 88 and 4C. RGB value is (137,136,76). Sum of RGB (Red+Green+Blue) = 137+136+76=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #89884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89884C is #7677B3. Grayscale: #818181. Windows color (decimal): -7763892 or 5015689. OLE color: 5015689.

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

Color convert

RGB13713676-
CMYK00.010.450.46
HSL59.02º28.64%41.76%-
HSV(B)59.02º44.53%53.73%-
XYZ20.4323.4510.29-
YUV129.4697.83133.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 76 (30.08% from 255) = 21.78%
R=39.26%
G=38.97%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371367600.010.450.4659.0228.6441.76
Hex89884C012D2E3b1d2a
Octal211210114015556733552
Binary100010011000100010011000110110110111011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89884C; }

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

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

<style>
 a { background-color: #89884C; }

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

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

<style>
 span { border-color: #89884C; }

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

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