#878561

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

Shades of Bandicoot #878561

Tints of Bandicoot #878561

Color information

#878561 (or 0x878561) is unknown color: approx Bandicoot. HEX triplet: 87, 85 and 61. RGB value is (135,133,97). Sum of RGB (Red+Green+Blue) = 135+133+97=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 135 - color contains mainly: red. Hex color #878561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878561 is #787A9E. Grayscale: #818181. Windows color (decimal): -7895711 or 6391175. OLE color: 6391175.

HSL color Cylindrical-coordinate representation of color #878561: hue angle of 56.84º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #878561 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13513397-
CMYK00.010.280.47
HSL56.84º16.38%45.49%-
HSV(B)56.84º28.15%52.94%-
XYZ20.5422.7914.63-
YUV129.49109.66131.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.99%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=36.99%
G=36.44%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351339700.010.280.4756.8416.3845.49
Hex878561011C2F39102d
Octal207205141013457712055
Binary10000111100001011100001011110010111111100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878561; }

 p { color: rgb(135,133,97); }

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

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

 a { background-color: rgb(135,133,97); }

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

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

 span { border-color: rgb(135,133,97); }

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