#898440

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

Shades of Highball #898440

Tints of Highball #898440

Color information

#898440 (or 0x898440) is unknown color: approx Highball. HEX triplet: 89, 84 and 40. RGB value is (137,132,64). Sum of RGB (Red+Green+Blue) = 137+132+64=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #898440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898440 is #767BBF. Grayscale: #7E7E7E. Windows color (decimal): -7764928 or 4228233. OLE color: 4228233.

HSL color Cylindrical-coordinate representation of color #898440: hue angle of 55.89º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #898440 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13713264-
CMYK00.040.530.46
HSL55.89º36.32%39.41%-
HSV(B)55.89º53.28%53.73%-
XYZ19.4922.198.11-
YUV125.7493.16136.03-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 64 (25.39% from 255) = 19.22%
R=41.14%
G=39.64%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371326400.040.530.4655.8936.3239.41
Hex89844004352E382427
Octal211204100046556704447
Binary100010011000010010000000100110101101110111000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898440; }

 p { color: rgb(137,132,64); }

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

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

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

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

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

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

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