#888361

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

Shades of Bandicoot #888361

Tints of Bandicoot #888361

Color information

#888361 (or 0x888361) is unknown color: approx Bandicoot. HEX triplet: 88, 83 and 61. RGB value is (136,131,97). Sum of RGB (Red+Green+Blue) = 136+131+97=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #888361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888361 is #777C9E. Grayscale: #808080. Windows color (decimal): -7830687 or 6390664. OLE color: 6390664.

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

Color convert

RGB13613197-
CMYK00.040.290.47
HSL52.31º16.74%45.69%-
HSV(B)52.31º28.68%53.33%-
XYZ20.4322.3314.54-
YUV128.62110.16133.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 131 (51.56% from 255) = 35.99%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=37.36%
G=35.99%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361319700.040.290.4752.3116.7445.69
Hex888361041D2F34112e
Octal210203141043557642156
Binary1000100010000011110000101001110110111111010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888361; }

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

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

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

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

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

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

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

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