#8D895B

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

Shades of Bandicoot #8D895B

Tints of Bandicoot #8D895B

Color information

#8D895B (or 0x8D895B) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 5B. RGB value is (141,137,91). Sum of RGB (Red+Green+Blue) = 141+137+91=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895B is #7276A4. Grayscale: #858585. Windows color (decimal): -7501477 or 5998989. OLE color: 5998989.

HSL color Cylindrical-coordinate representation of color #8D895B: hue angle of 55.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D895B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB14113791-
CMYK00.030.350.45
HSL55.2º21.55%45.49%-
HSV(B)55.2º35.46%55.29%-
XYZ21.8224.3113.44-
YUV132.95104.33133.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 91 (35.94% from 255) = 24.66%
R=38.21%
G=37.13%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411379100.030.350.4555.221.5545.49
Hex8D895B03232D37162d
Octal215211133034355672655
Binary1000110110001001101101101110001110110111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D895B; }

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

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

<style>
 a { background-color: #8D895B; }

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

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

<style>
 span { border-color: #8D895B; }

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

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