#898535

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

Shades of Highball #898535

Tints of Highball #898535

Color information

#898535 (or 0x898535) is unknown color: approx Highball. HEX triplet: 89, 85 and 35. RGB value is (137,133,53). Sum of RGB (Red+Green+Blue) = 137+133+53=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #898535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898535 is #767ACA. Grayscale: #7D7D7D. Windows color (decimal): -7764683 or 3507593. OLE color: 3507593.

HSL color Cylindrical-coordinate representation of color #898535: hue angle of 57.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #898535 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB13713353-
CMYK00.030.610.46
HSL57.14º44.21%37.25%-
HSV(B)57.14º61.31%53.73%-
XYZ19.3522.356.66-
YUV125.0887.33136.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 133 (52.34% from 255) = 41.18%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=42.41%
G=41.18%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371335300.030.610.4657.1444.2137.25
Hex898535033D2E392c25
Octal21120565037556715445
Binary1000100110000101110101011111101101110111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898535; }

 p { color: rgb(137,133,53); }

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

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

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

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

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

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

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