#89837E

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

Shades of Schooner #89837E

Tints of Schooner #89837E

Color information

#89837E (or 0x89837E) is unknown color: approx Schooner. HEX triplet: 89, 83 and 7E. RGB value is (137,131,126). Sum of RGB (Red+Green+Blue) = 137+131+126=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 137 - color contains mainly: red. Hex color #89837E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89837E is #767C81. Grayscale: #848484. Windows color (decimal): -7765122 or 8291209. OLE color: 8291209.

HSL color Cylindrical-coordinate representation of color #89837E: hue angle of 27.27º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #89837E is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB137131126-
CMYK00.040.080.46
HSL27.27º4.45%51.57%-
HSV(B)27.27º8.03%53.73%-
XYZ22.223.0623.02-
YUV132.22124.49131.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.77%
GREEN value IS 131 (51.56% from 255) = 33.25%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=34.77%
G=33.25%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713112600.040.080.4627.274.4551.57
Hex89837E0482E1b434
Octal21120317604105633464
Binary100010011000001111111100100100010111011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89837E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89837E; }

 p { color: rgb(137,131,126); }

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

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

 a { background-color: rgb(137,131,126); }

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

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

 span { border-color: rgb(137,131,126); }

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