#89855D

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

Shades of Bandicoot #89855D

Tints of Bandicoot #89855D

Color information

#89855D (or 0x89855D) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 5D. RGB value is (137,133,93). Sum of RGB (Red+Green+Blue) = 137+133+93=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855D is #767AA2. Grayscale: #818181. Windows color (decimal): -7764643 or 6129033. OLE color: 6129033.

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

Color convert

RGB13713393-
CMYK00.030.320.46
HSL54.55º19.13%45.1%-
HSV(B)54.55º32.12%53.73%-
XYZ20.6822.8813.68-
YUV129.64107.33133.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=37.74%
G=36.64%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371339300.030.320.4654.5519.1345.1
Hex89855D03202E37132d
Octal211205135034056672355
Binary1000100110000101101110101110000010111011011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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