#897B40

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

Shades of Highball #897B40

Tints of Highball #897B40

Color information

#897B40 (or 0x897B40) is unknown color: approx Highball. HEX triplet: 89, 7B and 40. RGB value is (137,123,64). Sum of RGB (Red+Green+Blue) = 137+123+64=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #897B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B40 is #7684BF. Grayscale: #787878. Windows color (decimal): -7767232 or 4225929. OLE color: 4225929.

HSL color Cylindrical-coordinate representation of color #897B40: hue angle of 48.49º 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 #897B40 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB13712364-
CMYK00.100.530.46
HSL48.49º36.32%39.41%-
HSV(B)48.49º53.28%53.73%-
XYZ18.3219.857.72-
YUV120.4696.14139.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=42.28%
G=37.96%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371236400.100.530.4648.4936.3239.41
Hex897B400A352E302427
Octal2111731000126556604447
Binary100010011111011100000001010110101101110110000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897B40; }

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

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

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

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

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

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

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

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