#898276

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

Shades of Schooner #898276

Tints of Schooner #898276

Color information

#898276 (or 0x898276) is unknown color: approx Schooner. HEX triplet: 89, 82 and 76. RGB value is (137,130,118). Sum of RGB (Red+Green+Blue) = 137+130+118=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898276 is #767D89. Grayscale: #828282. Windows color (decimal): -7765386 or 7766665. OLE color: 7766665.

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

Color convert

RGB137130118-
CMYK00.050.140.46
HSL37.89º7.45%50%-
HSV(B)37.89º13.87%53.73%-
XYZ21.5722.5920.36-
YUV130.72120.82132.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=35.58%
G=33.77%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713011800.050.140.4637.897.4550
Hex89827605E2E26732
Octal21120216605165646762
Binary1000100110000010111011001011110101110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898276; }

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

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

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

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

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

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

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

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