#898232

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

Shades of Highball #898232

Tints of Highball #898232

Color information

#898232 (or 0x898232) is unknown color: approx Highball. HEX triplet: 89, 82 and 32. RGB value is (137,130,50). Sum of RGB (Red+Green+Blue) = 137+130+50=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #898232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898232 is #767DCD. Grayscale: #7B7B7B. Windows color (decimal): -7765454 or 3310217. OLE color: 3310217.

HSL color Cylindrical-coordinate representation of color #898232: hue angle of 55.17º 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 #898232 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB13713050-
CMYK00.050.640.46
HSL55.17º46.52%36.67%-
HSV(B)55.17º63.5%53.73%-
XYZ18.8721.516.18-
YUV122.9786.82138-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=43.22%
G=41.01%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371305000.050.640.4655.1746.5236.67
Hex89823205402E372f25
Octal211202620510056675745
Binary100010011000001011001001011000000101110110111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898232; }

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

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

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

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

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

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

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

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