#898279

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

Shades of Schooner #898279

Tints of Schooner #898279

Color information

#898279 (or 0x898279) is unknown color: approx Schooner. HEX triplet: 89, 82 and 79. RGB value is (137,130,121). Sum of RGB (Red+Green+Blue) = 137+130+121=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 137 - color contains mainly: red. Hex color #898279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898279 is #767D86. Grayscale: #838383. Windows color (decimal): -7765383 or 7963273. OLE color: 7963273.

HSL color Cylindrical-coordinate representation of color #898279: hue angle of 33.75º 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 #898279 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB137130121-
CMYK00.050.120.46
HSL33.75º6.35%50.59%-
HSV(B)33.75º11.68%53.73%-
XYZ21.7522.6621.32-
YUV131.07122.32132.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=35.31%
G=33.51%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713012100.050.120.4633.756.3550.59
Hex89827905C2E22633
Octal21120217105145642663
Binary1000100110000010111100101011100101110100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898279; }

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

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

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

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

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

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

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

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