#89875B

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

Shades of Bandicoot #89875B

Tints of Bandicoot #89875B

Color information

#89875B (or 0x89875B) is unknown color: approx Bandicoot. HEX triplet: 89, 87 and 5B. RGB value is (137,135,91). Sum of RGB (Red+Green+Blue) = 137+135+91=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89875B is #7678A4. Grayscale: #828282. Windows color (decimal): -7764133 or 5998473. OLE color: 5998473.

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

Color convert

RGB13713591-
CMYK00.010.340.46
HSL57.39º20.18%44.71%-
HSV(B)57.39º33.58%53.73%-
XYZ20.8723.413.31-
YUV130.58105.66132.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=37.74%
G=37.19%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371359100.010.340.4657.3920.1844.71
Hex89875B01222E39142d
Octal211207133014256712455
Binary100010011000011110110110110001010111011100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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