#89894B

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

Shades of Highball #89894B

Tints of Highball #89894B

Color information

#89894B (or 0x89894B) is unknown color: approx Highball. HEX triplet: 89, 89 and 4B. RGB value is (137,137,75). Sum of RGB (Red+Green+Blue) = 137+137+75=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89894B is #7676B4. Grayscale: #828282. Windows color (decimal): -7763637 or 4950409. OLE color: 4950409.

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

Color convert

RGB13713775-
CMYK000.450.46
HSL60º29.25%41.57%-
HSV(B)60º45.26%53.73%-
XYZ20.5323.7210.15-
YUV129.9397133.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 137 (53.91% from 255) = 39.26%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=39.26%
G=39.26%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713775000.450.466029.2541.57
Hex89894B002D2E3c1d2a
Octal211211113005556743552
Binary100010011000100110010110010110110111011110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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