#898541

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

Shades of Highball #898541

Tints of Highball #898541

Color information

#898541 (or 0x898541) is unknown color: approx Highball. HEX triplet: 89, 85 and 41. RGB value is (137,133,65). Sum of RGB (Red+Green+Blue) = 137+133+65=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #898541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898541 is #767ABE. Grayscale: #7E7E7E. Windows color (decimal): -7764671 or 4294025. OLE color: 4294025.

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

Color convert

RGB13713365-
CMYK00.030.530.46
HSL56.67º35.64%39.61%-
HSV(B)56.67º52.55%53.73%-
XYZ19.6622.488.3-
YUV126.4493.33135.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.90%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=40.90%
G=39.70%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371336500.030.530.4656.6735.6439.61
Hex89854103352E392428
Octal211205101036556714450
Binary10001001100001011000001011110101101110111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898541; }

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

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

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

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

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

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

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

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