#89875E

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

Shades of Bandicoot #89875E

Tints of Bandicoot #89875E

Color information

#89875E (or 0x89875E) is unknown color: approx Bandicoot. HEX triplet: 89, 87 and 5E. RGB value is (137,135,94). Sum of RGB (Red+Green+Blue) = 137+135+94=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89875E is #7678A1. Grayscale: #838383. Windows color (decimal): -7764130 or 6195081. OLE color: 6195081.

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

Color convert

RGB13713594-
CMYK00.010.310.46
HSL57.21º18.61%45.29%-
HSV(B)57.21º31.39%53.73%-
XYZ2123.4514.01-
YUV130.92107.16132.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.43%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 94 (37.11% from 255) = 25.68%
R=37.43%
G=36.89%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371359400.010.310.4657.2118.6145.29
Hex89875E011F2E39132d
Octal211207136013756712355
Binary10001001100001111011110011111110111011100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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