#898532

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

Shades of Highball #898532

Tints of Highball #898532

Color information

#898532 (or 0x898532) is unknown color: approx Highball. HEX triplet: 89, 85 and 32. RGB value is (137,133,50). Sum of RGB (Red+Green+Blue) = 137+133+50=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #898532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898532 is #767ACD. Grayscale: #7D7D7D. Windows color (decimal): -7764686 or 3310985. OLE color: 3310985.

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

Color convert

RGB13713350-
CMYK00.030.640.46
HSL57.24º46.52%36.67%-
HSV(B)57.24º63.5%53.73%-
XYZ19.2822.326.31-
YUV124.7385.83136.75-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=42.81%
G=41.56%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371335000.030.640.4657.2446.5236.67
Hex89853203402E392f25
Octal211205620310056715745
Binary10001001100001011100100111000000101110111001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898532; }

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

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

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

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

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

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

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

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