#89855C

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

Shades of Bandicoot #89855C

Tints of Bandicoot #89855C

Color information

#89855C (or 0x89855C) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 5C. RGB value is (137,133,92). Sum of RGB (Red+Green+Blue) = 137+133+92=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #89855C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89855C is #767AA3. Grayscale: #818181. Windows color (decimal): -7764644 or 6063497. OLE color: 6063497.

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

Color convert

RGB13713392-
CMYK00.030.330.46
HSL54.67º19.65%44.9%-
HSV(B)54.67º32.85%53.73%-
XYZ20.6422.8713.45-
YUV129.52106.83133.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=37.85%
G=36.74%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371339200.030.330.4654.6719.6544.9
Hex89855C03212E37142d
Octal211205134034156672455
Binary1000100110000101101110001110000110111011011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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