#89893a

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

Shades of Highball #89893A

Tints of Highball #89893A

Color information

#89893A (or 0x89893A) is unknown color: approx Highball. HEX triplet: 89, 89 and 3A. RGB value is (137,137,58). Sum of RGB (Red+Green+Blue) = 137+137+58=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89893A is #7676C5. Grayscale: #808080. Windows color (decimal): -7763654 or 3836297. OLE color: 3836297.

HSL color Cylindrical-coordinate representation of color #89893A: hue angle of 60º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #89893A is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13713758-
CMYK000.580.46
HSL60º40.51%38.24%-
HSV(B)60º57.66%53.73%-
XYZ20.0323.527.49-
YUV127.9988.5134.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 137 (53.91% from 255) = 41.27%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=41.27%
G=41.27%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713758000.580.466040.5138.24
Hex89893A003A2E3c2926
Octal21121172007256745146
Binary100010011000100111101000111010101110111100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89893a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89893a; }

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

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

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

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

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

<style>
 span { border-color: #89893a; }

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

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