#89895F

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

Shades of Bandicoot #89895F

Tints of Bandicoot #89895F

Color information

#89895F (or 0x89895F) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 5F. RGB value is (137,137,95). Sum of RGB (Red+Green+Blue) = 137+137+95=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89895F is #7676A0. Grayscale: #848484. Windows color (decimal): -7763617 or 6261129. OLE color: 6261129.

HSL color Cylindrical-coordinate representation of color #89895F: hue angle of 60º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89895F is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13713795-
CMYK000.310.46
HSL60º18.1%45.49%-
HSV(B)60º30.66%53.73%-
XYZ21.3324.0414.34-
YUV132.21107131.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.13%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=37.13%
G=37.13%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713795000.310.466018.145.49
Hex89895F001F2E3c122d
Octal211211137003756742255
Binary10001001100010011011111001111110111011110010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89895F; }

 p { color: rgb(137,137,95); }

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

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

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

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

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

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

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