#8C8857

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

Shades of Bandicoot #8C8857

Tints of Bandicoot #8C8857

Color information

#8C8857 (or 0x8C8857) is unknown color: approx Bandicoot. HEX triplet: 8C, 88 and 57. RGB value is (140,136,87). Sum of RGB (Red+Green+Blue) = 140+136+87=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8857 is #7377A8. Grayscale: #838383. Windows color (decimal): -7567273 or 5736588. OLE color: 5736588.

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

Color convert

RGB14013687-
CMYK00.030.380.45
HSL55.47º23.35%44.51%-
HSV(B)55.47º37.86%54.9%-
XYZ21.3423.8712.5-
YUV131.61102.83133.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.57%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 87 (34.38% from 255) = 23.97%
R=38.57%
G=37.47%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401368700.030.380.4555.4723.3544.51
Hex8C885703262D37172d
Octal214210127034655672755
Binary1000110010001000101011101110011010110111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,87); }

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

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

 a { background-color: rgb(140,136,87); }

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

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

 span { border-color: rgb(140,136,87); }

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