#878365

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

Shades of Bandicoot #878365

Tints of Bandicoot #878365

Color information

#878365 (or 0x878365) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 65. RGB value is (135,131,101). Sum of RGB (Red+Green+Blue) = 135+131+101=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #878365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878365 is #787C9A. Grayscale: #808080. Windows color (decimal): -7896219 or 6652807. OLE color: 6652807.

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

Color convert

RGB135131101-
CMYK00.030.250.47
HSL52.94º14.41%46.27%-
HSV(B)52.94º25.19%52.94%-
XYZ20.4622.3215.54-
YUV128.78112.33132.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.78%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=36.78%
G=35.69%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110100.030.250.4752.9414.4146.27
Hex87836503192F35e2e
Octal207203145033157651656
Binary10000111100000111100101011110011011111101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878365; }

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

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

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

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

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

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

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

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