#878360

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

Shades of Bandicoot #878360

Tints of Bandicoot #878360

Color information

#878360 (or 0x878360) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 60. RGB value is (135,131,96). Sum of RGB (Red+Green+Blue) = 135+131+96=362 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.29% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 135 - color contains mainly: red. Hex color #878360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878360 is #787C9F. Grayscale: #808080. Windows color (decimal): -7896224 or 6325127. OLE color: 6325127.

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

Color convert

RGB13513196-
CMYK00.030.290.47
HSL53.85º16.88%45.29%-
HSV(B)53.85º28.89%52.94%-
XYZ20.2222.2314.29-
YUV128.21109.83132.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.29%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=37.29%
G=36.19%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351319600.030.290.4753.8516.8845.29
Hex878360031D2F36112d
Octal207203140033557662155
Binary100001111000001111000000111110110111111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878360; }

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

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

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

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

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

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

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

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