#878461

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

Shades of Bandicoot #878461

Tints of Bandicoot #878461

Color information

#878461 (or 0x878461) is unknown color: approx Bandicoot. HEX triplet: 87, 84 and 61. RGB value is (135,132,97). Sum of RGB (Red+Green+Blue) = 135+132+97=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #878461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878461 is #787B9E. Grayscale: #818181. Windows color (decimal): -7895967 or 6390919. OLE color: 6390919.

HSL color Cylindrical-coordinate representation of color #878461: hue angle of 55.26º 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 #878461 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13513297-
CMYK00.020.280.47
HSL55.26º16.38%45.49%-
HSV(B)55.26º28.15%52.94%-
XYZ20.422.5214.58-
YUV128.91109.99132.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=37.09%
G=36.26%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351329700.020.280.4755.2616.3845.49
Hex878461021C2F37102d
Octal207204141023457672055
Binary100001111000010011000010101110010111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878461; }

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

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

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

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

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

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

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

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