#89837C

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

Shades of Schooner #89837C

Tints of Schooner #89837C

Color information

#89837C (or 0x89837C) is unknown color: approx Schooner. HEX triplet: 89, 83 and 7C. RGB value is (137,131,124). Sum of RGB (Red+Green+Blue) = 137+131+124=392 (51% of max value = 765). Red value is 137 (53.91% from 255 or 34.95% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 137 - color contains mainly: red. Hex color #89837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89837C is #767C83. Grayscale: #848484. Windows color (decimal): -7765124 or 8160137. OLE color: 8160137.

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

Color convert

RGB137131124-
CMYK00.040.090.46
HSL32.31º5.22%51.18%-
HSV(B)32.31º9.49%53.73%-
XYZ22.0723.0122.35-
YUV132123.49131.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.95%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=34.95%
G=33.42%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713112400.040.090.4632.315.2251.18
Hex89837C0492E20533
Octal21120317404115640563
Binary1000100110000011111110001001001101110100000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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