#89853C

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

Shades of Highball #89853C

Tints of Highball #89853C

Color information

#89853C (or 0x89853C) is unknown color: approx Highball. HEX triplet: 89, 85 and 3C. RGB value is (137,133,60). Sum of RGB (Red+Green+Blue) = 137+133+60=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89853C is #767AC3. Grayscale: #7E7E7E. Windows color (decimal): -7764676 or 3966345. OLE color: 3966345.

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

Color convert

RGB13713360-
CMYK00.030.560.46
HSL56.88º39.09%38.63%-
HSV(B)56.88º56.2%53.73%-
XYZ19.5222.427.57-
YUV125.8790.83135.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=41.52%
G=40.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371336000.030.560.4656.8839.0938.63
Hex89853C03382E392727
Octal21120574037056714747
Binary1000100110000101111100011111000101110111001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89853C; }

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

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

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

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

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

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

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

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