#8C8762

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

Shades of Bandicoot #8C8762

Tints of Bandicoot #8C8762

Color information

#8C8762 (or 0x8C8762) is unknown color: approx Bandicoot. HEX triplet: 8C, 87 and 62. RGB value is (140,135,98). Sum of RGB (Red+Green+Blue) = 140+135+98=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 98 (38.67% from 255 or 26.27% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8762 is #73789D. Grayscale: #848484. Windows color (decimal): -7567518 or 6457228. OLE color: 6457228.

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

Color convert

RGB14013598-
CMYK00.040.30.45
HSL52.86º17.65%46.67%-
HSV(B)52.86º30%54.9%-
XYZ21.6823.7915-
YUV132.28108.66133.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.53%
GREEN value IS 135 (53.12% from 255) = 36.19%
BLUE value IS 98 (38.67% from 255) = 26.27%
R=37.53%
G=36.19%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401359800.040.30.4552.8617.6546.67
Hex8C8762041E2D35122f
Octal214207142043655652257
Binary1000110010000111110001001001111010110111010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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