#898361

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

Shades of Bandicoot #898361

Tints of Bandicoot #898361

Color information

#898361 (or 0x898361) is unknown color: approx Bandicoot. HEX triplet: 89, 83 and 61. RGB value is (137,131,97). Sum of RGB (Red+Green+Blue) = 137+131+97=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898361 is #767C9E. Grayscale: #818181. Windows color (decimal): -7765151 or 6390665. OLE color: 6390665.

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

Color convert

RGB13713197-
CMYK00.040.290.46
HSL51º17.09%45.88%-
HSV(B)51º29.2%53.73%-
XYZ20.5922.4114.55-
YUV128.92109.99133.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=37.53%
G=35.89%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371319700.040.290.465117.0945.88
Hex898361041D2E33112e
Octal211203141043556632156
Binary1000100110000011110000101001110110111011001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898361; }

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

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

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

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

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

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

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

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