#89865F

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

Shades of Bandicoot #89865F

Tints of Bandicoot #89865F

Color information

#89865F (or 0x89865F) is unknown color: approx Bandicoot. HEX triplet: 89, 86 and 5F. RGB value is (137,134,95). Sum of RGB (Red+Green+Blue) = 137+134+95=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89865F is #7679A0. Grayscale: #828282. Windows color (decimal): -7764385 or 6260361. OLE color: 6260361.

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

Color convert

RGB13713495-
CMYK00.020.310.46
HSL55.71º18.1%45.49%-
HSV(B)55.71º30.66%53.73%-
XYZ20.9123.1914.2-
YUV130.45107.99132.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=37.43%
G=36.61%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371349500.020.310.4655.7118.145.49
Hex89865F021F2E38122d
Octal211206137023756702255
Binary100010011000011010111110101111110111011100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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