#8C875E

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

Shades of Bandicoot #8C875E

Tints of Bandicoot #8C875E

Color information

#8C875E (or 0x8C875E) is unknown color: approx Bandicoot. HEX triplet: 8C, 87 and 5E. RGB value is (140,135,94). Sum of RGB (Red+Green+Blue) = 140+135+94=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C875E is #7378A1. Grayscale: #838383. Windows color (decimal): -7567522 or 6195084. OLE color: 6195084.

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

Color convert

RGB14013594-
CMYK00.040.330.45
HSL53.48º19.66%45.88%-
HSV(B)53.48º32.86%54.9%-
XYZ21.523.7114.03-
YUV131.82106.66133.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=37.94%
G=36.59%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401359400.040.330.4553.4819.6645.88
Hex8C875E04212D35142e
Octal214207136044155652456
Binary10001100100001111011110010010000110110111010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,94); }

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

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

 a { background-color: rgb(140,135,94); }

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

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

 span { border-color: rgb(140,135,94); }

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