#89835D

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

Shades of Bandicoot #89835D

Tints of Bandicoot #89835D

Color information

#89835D (or 0x89835D) is unknown color: approx Bandicoot. HEX triplet: 89, 83 and 5D. RGB value is (137,131,93). Sum of RGB (Red+Green+Blue) = 137+131+93=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89835D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89835D is #767CA2. Grayscale: #808080. Windows color (decimal): -7765155 or 6128521. OLE color: 6128521.

HSL color Cylindrical-coordinate representation of color #89835D: hue angle of 51.82º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89835D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB13713193-
CMYK00.040.320.46
HSL51.82º19.13%45.1%-
HSV(B)51.82º32.12%53.73%-
XYZ20.4122.3413.59-
YUV128.46107.99134.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=37.95%
G=36.29%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371319300.040.320.4651.8219.1345.1
Hex89835D04202E34132d
Octal211203135044056642355
Binary10001001100000111011101010010000010111011010010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89835D; }

 p { color: rgb(137,131,93); }

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

<style>
 a { background-color: #89835D; }

 a { background-color: rgb(137,131,93); }

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

<style>
 span { border-color: #89835D; }

 span { border-color: rgb(137,131,93); }

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