#8C875D

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

Shades of Bandicoot #8C875D

Tints of Bandicoot #8C875D

Color information

#8C875D (or 0x8C875D) is unknown color: approx Bandicoot. HEX triplet: 8C, 87 and 5D. RGB value is (140,135,93). Sum of RGB (Red+Green+Blue) = 140+135+93=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C875D is #7378A2. Grayscale: #838383. Windows color (decimal): -7567523 or 6129548. OLE color: 6129548.

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

Color convert

RGB14013593-
CMYK00.040.340.45
HSL53.62º20.17%45.69%-
HSV(B)53.62º33.57%54.9%-
XYZ21.4523.6913.8-
YUV131.71106.16133.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 93 (36.72% from 255) = 25.27%
R=38.04%
G=36.68%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401359300.040.340.4553.6220.1745.69
Hex8C875D04222D36142e
Octal214207135044255662456
Binary10001100100001111011101010010001010110111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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