#88855F

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

Shades of Bandicoot #88855F

Tints of Bandicoot #88855F

Color information

#88855F (or 0x88855F) is unknown color: approx Bandicoot. HEX triplet: 88, 85 and 5F. RGB value is (136,133,95). Sum of RGB (Red+Green+Blue) = 136+133+95=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #88855F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88855F is #777AA0. Grayscale: #818181. Windows color (decimal): -7830177 or 6260104. OLE color: 6260104.

HSL color Cylindrical-coordinate representation of color #88855F: hue angle of 55.61º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88855F is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13613395-
CMYK00.020.300.47
HSL55.61º17.75%45.29%-
HSV(B)55.61º30.15%53.33%-
XYZ20.6122.8414.15-
YUV129.56108.49132.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.36%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=37.36%
G=36.54%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361339500.020.300.4755.6117.7545.29
Hex88855F021E2F38122d
Octal210205137023657702255
Binary100010001000010110111110101111010111111100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88855F; }

 p { color: rgb(136,133,95); }

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

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

 a { background-color: rgb(136,133,95); }

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

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

 span { border-color: rgb(136,133,95); }

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