#898378

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

Shades of Schooner #898378

Tints of Schooner #898378

Color information

#898378 (or 0x898378) is unknown color: approx Schooner. HEX triplet: 89, 83 and 78. RGB value is (137,131,120). Sum of RGB (Red+Green+Blue) = 137+131+120=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898378 is #767C87. Grayscale: #838383. Windows color (decimal): -7765128 or 7897993. OLE color: 7897993.

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

Color convert

RGB137131120-
CMYK00.040.120.46
HSL38.82º6.72%50.39%-
HSV(B)38.82º12.41%53.73%-
XYZ21.8222.9121.04-
YUV131.54121.49131.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=35.31%
G=33.76%
B=30.93%

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
Decimal13713112000.040.120.4638.826.7250.39
Hex89837804C2E27732
Octal21120317004145647762
Binary1000100110000011111100001001100101110100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898378; }

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

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

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

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

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

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

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

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