#898379

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

Shades of Schooner #898379

Tints of Schooner #898379

Color information

#898379 (or 0x898379) is unknown color: approx Schooner. HEX triplet: 89, 83 and 79. RGB value is (137,131,121). Sum of RGB (Red+Green+Blue) = 137+131+121=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 137 - color contains mainly: red. Hex color #898379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898379 is #767C86. Grayscale: #838383. Windows color (decimal): -7765127 or 7963529. OLE color: 7963529.

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

Color convert

RGB137131121-
CMYK00.040.120.46
HSL37.5º6.35%50.59%-
HSV(B)37.5º11.68%53.73%-
XYZ21.8822.9321.36-
YUV131.65121.99131.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.22%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=35.22%
G=33.68%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713112100.040.120.4637.56.3550.59
Hex89837904C2E26633
Octal21120317104145646663
Binary1000100110000011111100101001100101110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898379; }

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

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

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

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

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

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

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

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