#878362

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

Shades of Bandicoot #878362

Tints of Bandicoot #878362

Color information

#878362 (or 0x878362) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 62. RGB value is (135,131,98). Sum of RGB (Red+Green+Blue) = 135+131+98=364 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.09% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 135 - color contains mainly: red. Hex color #878362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878362 is #787C9D. Grayscale: #808080. Windows color (decimal): -7896222 or 6456199. OLE color: 6456199.

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

Color convert

RGB13513198-
CMYK00.030.270.47
HSL53.51º15.88%45.69%-
HSV(B)53.51º27.41%52.94%-
XYZ20.3122.2714.78-
YUV128.43110.83132.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.09%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=37.09%
G=35.99%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319800.030.270.4753.5115.8845.69
Hex878362031B2F36102e
Octal207203142033357662056
Binary100001111000001111000100111101110111111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878362; }

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

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

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

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

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

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

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

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