#89894C

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

Shades of Highball #89894C

Tints of Highball #89894C

Color information

#89894C (or 0x89894C) is unknown color: approx Highball. HEX triplet: 89, 89 and 4C. RGB value is (137,137,76). Sum of RGB (Red+Green+Blue) = 137+137+76=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89894C is #7676B3. Grayscale: #828282. Windows color (decimal): -7763636 or 5015945. OLE color: 5015945.

HSL color Cylindrical-coordinate representation of color #89894C: hue angle of 60º 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 #89894C is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB13713776-
CMYK000.450.46
HSL60º28.64%41.76%-
HSV(B)60º44.53%53.73%-
XYZ20.5723.7310.33-
YUV130.0597.5132.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.14%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=39.14%
G=39.14%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713776000.450.466028.6441.76
Hex89894C002D2E3c1d2a
Octal211211114005556743552
Binary100010011000100110011000010110110111011110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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