#89847C

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

Shades of Schooner #89847C

Tints of Schooner #89847C

Color information

#89847C (or 0x89847C) is unknown color: approx Schooner. HEX triplet: 89, 84 and 7C. RGB value is (137,132,124). Sum of RGB (Red+Green+Blue) = 137+132+124=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 137 - color contains mainly: red. Hex color #89847C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89847C is #767B83. Grayscale: #848484. Windows color (decimal): -7764868 or 8160393. OLE color: 8160393.

HSL color Cylindrical-coordinate representation of color #89847C: hue angle of 36.92º 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 #89847C is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB137132124-
CMYK00.040.090.46
HSL36.92º5.22%51.18%-
HSV(B)36.92º9.49%53.73%-
XYZ22.2123.2822.39-
YUV132.58123.16131.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.86%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=34.86%
G=33.59%
B=31.55%

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
Decimal13713212400.040.090.4636.925.2251.18
Hex89847C0492E25533
Octal21120417404115645563
Binary1000100110000100111110001001001101110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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