#8D895C

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

Shades of Bandicoot #8D895C

Tints of Bandicoot #8D895C

Color information

#8D895C (or 0x8D895C) is unknown color: approx Bandicoot. HEX triplet: 8D, 89 and 5C. RGB value is (141,137,92). Sum of RGB (Red+Green+Blue) = 141+137+92=370 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.11% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 141 - color contains mainly: red. Hex color #8D895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D895C is #7276A3. Grayscale: #858585. Windows color (decimal): -7501476 or 6064525. OLE color: 6064525.

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

Color convert

RGB14113792-
CMYK00.030.350.45
HSL55.1º21.03%45.69%-
HSV(B)55.1º34.75%55.29%-
XYZ21.8624.3313.67-
YUV133.07104.83133.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.11%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=38.11%
G=37.03%
B=24.86%

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
Decimal1411379200.030.350.4555.121.0345.69
Hex8D895C03232D37152e
Octal215211134034355672556
Binary1000110110001001101110001110001110110111011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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