#89845F

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

Shades of Bandicoot #89845F

Tints of Bandicoot #89845F

Color information

#89845F (or 0x89845F) is unknown color: approx Bandicoot. HEX triplet: 89, 84 and 5F. RGB value is (137,132,95). Sum of RGB (Red+Green+Blue) = 137+132+95=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89845F is #767BA0. Grayscale: #818181. Windows color (decimal): -7764897 or 6259849. OLE color: 6259849.

HSL color Cylindrical-coordinate representation of color #89845F: hue angle of 52.86º 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 #89845F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13713295-
CMYK00.040.310.46
HSL52.86º18.1%45.49%-
HSV(B)52.86º30.66%53.73%-
XYZ20.6322.6514.11-
YUV129.28108.66133.51-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=37.64%
G=36.26%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371329500.040.310.4652.8618.145.49
Hex89845F041F2E35122d
Octal211204137043756652255
Binary1000100110000100101111101001111110111011010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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