#89855A

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

Shades of Bandicoot #89855A

Tints of Bandicoot #89855A

Color information

#89855A (or 0x89855A) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 5A. RGB value is (137,133,90). Sum of RGB (Red+Green+Blue) = 137+133+90=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855A is #767AA5. Grayscale: #818181. Windows color (decimal): -7764646 or 5932425. OLE color: 5932425.

HSL color Cylindrical-coordinate representation of color #89855A: hue angle of 54.89º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89855A is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB13713390-
CMYK00.030.340.46
HSL54.89º20.7%44.51%-
HSV(B)54.89º34.31%53.73%-
XYZ20.5522.8313-
YUV129.29105.83133.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 90 (35.55% from 255) = 25%
R=38.06%
G=36.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371339000.030.340.4654.8920.744.51
Hex89855A03222E37152d
Octal211205132034256672555
Binary1000100110000101101101001110001010111011011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89855A; }

 p { color: rgb(137,133,90); }

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

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

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

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

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

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

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