#8D895A

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

Shades of Bandicoot #8D895A

Tints of Bandicoot #8D895A

Color information

#8D895A (or 0x8D895A) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 5A. RGB value is (141,137,90). Sum of RGB (Red+Green+Blue) = 141+137+90=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895A is #7276A5. Grayscale: #858585. Windows color (decimal): -7501478 or 5933453. OLE color: 5933453.

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

Color convert

RGB14113790-
CMYK00.030.360.45
HSL55.29º22.08%45.29%-
HSV(B)55.29º36.17%55.29%-
XYZ21.7824.2913.21-
YUV132.84103.83133.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=38.32%
G=37.23%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411379000.030.360.4555.2922.0845.29
Hex8D895A03242D37162d
Octal215211132034455672655
Binary1000110110001001101101001110010010110111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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