#897C42

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

Shades of Highball #897C42

Tints of Highball #897C42

Color information

#897C42 (or 0x897C42) is unknown color: approx Highball. HEX triplet: 89, 7C and 42. RGB value is (137,124,66). Sum of RGB (Red+Green+Blue) = 137+124+66=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #897C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C42 is #7683BD. Grayscale: #797979. Windows color (decimal): -7766974 or 4357257. OLE color: 4357257.

HSL color Cylindrical-coordinate representation of color #897C42: hue angle of 49.01º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #897C42 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB13712466-
CMYK00.090.520.46
HSL49.01º34.98%39.8%-
HSV(B)49.01º51.82%53.73%-
XYZ18.5120.138.06-
YUV121.2896.81139.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=41.90%
G=37.92%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371246600.090.520.4649.0134.9839.8
Hex897C4209342E312328
Octal2111741020116456614350
Binary100010011111100100001001001110100101110110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,124,66); }

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

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

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

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

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

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

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