#89895E

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

Shades of Bandicoot #89895E

Tints of Bandicoot #89895E

Color information

#89895E (or 0x89895E) is unknown color: approx Bandicoot. HEX triplet: 89, 89 and 5E. RGB value is (137,137,94). Sum of RGB (Red+Green+Blue) = 137+137+94=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89895E is #7676A1. Grayscale: #848484. Windows color (decimal): -7763618 or 6195593. OLE color: 6195593.

HSL color Cylindrical-coordinate representation of color #89895E: hue angle of 60º degrees, saturation: 0.19, 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 #89895E is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13713794-
CMYK000.310.46
HSL60º18.61%45.29%-
HSV(B)60º31.39%53.73%-
XYZ21.2824.0214.1-
YUV132.1106.5131.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.23%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=37.23%
G=37.23%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713794000.310.466018.6145.29
Hex89895E001F2E3c132d
Octal211211136003756742355
Binary10001001100010011011110001111110111011110010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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