#8E885D

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

Shades of Bandicoot #8E885D

Tints of Bandicoot #8E885D

Color information

#8E885D (or 0x8E885D) is unknown color: approx Bandicoot. HEX triplet: 8E, 88 and 5D. RGB value is (142,136,93). Sum of RGB (Red+Green+Blue) = 142+136+93=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 142 - color contains mainly: red. Hex color #8E885D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E885D is #7177A2. Grayscale: #858585. Windows color (decimal): -7436195 or 6129806. OLE color: 6129806.

HSL color Cylindrical-coordinate representation of color #8E885D: hue angle of 52.65º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E885D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14213693-
CMYK00.040.350.44
HSL52.65º20.85%46.08%-
HSV(B)52.65º34.51%55.69%-
XYZ21.9424.1513.86-
YUV132.89105.49134.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 93 (36.72% from 255) = 25.07%
R=38.27%
G=36.66%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421369300.040.350.4452.6520.8546.08
Hex8E885D04232C35152e
Octal216210135044354652556
Binary10001110100010001011101010010001110110011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,93); }

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

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

 a { background-color: rgb(142,136,93); }

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

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

 span { border-color: rgb(142,136,93); }

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