#89865C

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

Shades of Bandicoot #89865C

Tints of Bandicoot #89865C

Color information

#89865C (or 0x89865C) is unknown color: approx Bandicoot. HEX triplet: 89, 86 and 5C. RGB value is (137,134,92). Sum of RGB (Red+Green+Blue) = 137+134+92=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89865C is #7679A3. Grayscale: #828282. Windows color (decimal): -7764388 or 6063753. OLE color: 6063753.

HSL color Cylindrical-coordinate representation of color #89865C: hue angle of 56º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89865C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13713492-
CMYK00.020.330.46
HSL56º19.65%44.9%-
HSV(B)56º32.85%53.73%-
XYZ20.7723.1413.5-
YUV130.11106.49132.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=37.74%
G=36.91%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371349200.020.330.465619.6544.9
Hex89865C02212E38142d
Octal211206134024156702455
Binary1000100110000110101110001010000110111011100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89865C; }

 p { color: rgb(137,134,92); }

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

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

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

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

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

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

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