#878367

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

Shades of Bandicoot #878367

Tints of Bandicoot #878367

Color information

#878367 (or 0x878367) is unknown color: approx Bandicoot. HEX triplet: 87, 83 and 67. RGB value is (135,131,103). Sum of RGB (Red+Green+Blue) = 135+131+103=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 135 - color contains mainly: red. Hex color #878367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878367 is #787C98. Grayscale: #818181. Windows color (decimal): -7896217 or 6783879. OLE color: 6783879.

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

Color convert

RGB135131103-
CMYK00.030.240.47
HSL52.5º13.45%46.67%-
HSV(B)52.5º23.7%52.94%-
XYZ20.5622.3616.06-
YUV129113.33132.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.59%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=36.59%
G=35.50%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513110300.030.240.4752.513.4546.67
Hex87836703182F35d2f
Octal207203147033057651557
Binary10000111100000111100111011110001011111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878367; }

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

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

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

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

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

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

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

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