#878361

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

Shades of Bandicoot #878361

Tints of Bandicoot #878361

Color information

#878361 (or 0x878361) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 61. RGB value is (135,131,97). Sum of RGB (Red+Green+Blue) = 135+131+97=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #878361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878361 is #787C9E. Grayscale: #808080. Windows color (decimal): -7896223 or 6390663. OLE color: 6390663.

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

Color convert

RGB13513197-
CMYK00.030.280.47
HSL53.68º16.38%45.49%-
HSV(B)53.68º28.15%52.94%-
XYZ20.2722.2514.54-
YUV128.32110.33132.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=37.19%
G=36.09%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319700.030.280.4753.6816.3845.49
Hex878361031C2F36102d
Octal207203141033457662055
Binary100001111000001111000010111110010111111011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878361; }

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

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

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

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

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

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

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

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