#89875C

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

Shades of Bandicoot #89875C

Tints of Bandicoot #89875C

Color information

#89875C (or 0x89875C) is unknown color: approx Bandicoot. HEX triplet: 89, 87 and 5C. RGB value is (137,135,92). Sum of RGB (Red+Green+Blue) = 137+135+92=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #89875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89875C is #7678A3. Grayscale: #828282. Windows color (decimal): -7764132 or 6064009. OLE color: 6064009.

HSL color Cylindrical-coordinate representation of color #89875C: hue angle of 57.33º 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 #89875C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB13713592-
CMYK00.010.330.46
HSL57.33º19.65%44.9%-
HSV(B)57.33º32.85%53.73%-
XYZ20.9123.4213.54-
YUV130.7106.16132.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=37.64%
G=37.09%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371359200.010.330.4657.3319.6544.9
Hex89875C01212E39142d
Octal211207134014156712455
Binary100010011000011110111000110000110111011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89875C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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