#898245

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

Shades of Highball #898245

Tints of Highball #898245

Color information

#898245 (or 0x898245) is unknown color: approx Highball. HEX triplet: 89, 82 and 45. RGB value is (137,130,69). Sum of RGB (Red+Green+Blue) = 137+130+69=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #898245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898245 is #767DBA. Grayscale: #7D7D7D. Windows color (decimal): -7765435 or 4555401. OLE color: 4555401.

HSL color Cylindrical-coordinate representation of color #898245: hue angle of 53.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #898245 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13713069-
CMYK00.050.500.46
HSL53.82º33.01%40.39%-
HSV(B)53.82º49.64%53.73%-
XYZ19.3721.718.8-
YUV125.1496.32136.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=40.77%
G=38.69%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371306900.050.500.4653.8233.0140.39
Hex89824505322E362128
Octal211202105056256664150
Binary100010011000001010001010101110010101110110110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898245; }

 p { color: rgb(137,130,69); }

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

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

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

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

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

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

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