#89884F

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

Shades of Highball #89884F

Tints of Highball #89884F

Color information

#89884F (or 0x89884F) is unknown color: approx Highball. HEX triplet: 89, 88 and 4F. RGB value is (137,136,79). Sum of RGB (Red+Green+Blue) = 137+136+79=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89884F is #7677B0. Grayscale: #828282. Windows color (decimal): -7763889 or 5212297. OLE color: 5212297.

HSL color Cylindrical-coordinate representation of color #89884F: hue angle of 58.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89884F is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13713679-
CMYK00.010.420.46
HSL58.97º26.85%42.35%-
HSV(B)58.97º42.34%53.73%-
XYZ20.5323.4910.85-
YUV129.899.33133.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=38.92%
G=38.64%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371367900.010.420.4658.9726.8542.35
Hex89884F012A2E3b1b2a
Octal211210117015256733352
Binary100010011000100010011110110101010111011101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89884F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89884F; }

 p { color: rgb(137,136,79); }

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

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

 a { background-color: rgb(137,136,79); }

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

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

 span { border-color: rgb(137,136,79); }

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