#898073

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

Shades of Schooner #898073

Tints of Schooner #898073

Color information

#898073 (or 0x898073) is unknown color: approx Schooner. HEX triplet: 89, 80 and 73. RGB value is (137,128,115). Sum of RGB (Red+Green+Blue) = 137+128+115=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898073 is #767F8C. Grayscale: #818181. Windows color (decimal): -7765901 or 7569545. OLE color: 7569545.

HSL color Cylindrical-coordinate representation of color #898073: hue angle of 35.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #898073 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB137128115-
CMYK00.070.160.46
HSL35.45º8.73%49.41%-
HSV(B)35.45º16.06%53.73%-
XYZ21.1321.9919.35-
YUV129.21119.98133.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=36.05%
G=33.68%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13712811500.070.160.4635.458.7349.41
Hex89807307102E23931
Octal211200163072056431161
Binary100010011000000011100110111100001011101000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898073; }

 p { color: rgb(137,128,115); }

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

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

 a { background-color: rgb(137,128,115); }

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

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

 span { border-color: rgb(137,128,115); }

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