#888855

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

Shades of Bandicoot #888855

Tints of Bandicoot #888855

Color information

#888855 (or 0x888855) is unknown color: approx Bandicoot. HEX triplet: 88, 88 and 55. RGB value is (136,136,85). Sum of RGB (Red+Green+Blue) = 136+136+85=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888855 is #7777AA. Grayscale: #828282. Windows color (decimal): -7829419 or 5605512. OLE color: 5605512.

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

Color convert

RGB13613685-
CMYK000.380.47
HSL60º23.08%43.33%-
HSV(B)60º37.5%53.33%-
XYZ20.623.512.04-
YUV130.19102.5132.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=38.10%
G=38.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13613685000.380.476023.0843.33
Hex88885500262F3c172b
Octal210210125004657742753
Binary100010001000100010101010010011010111111110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888855; }

 p { color: rgb(136,136,85); }

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

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

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

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

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

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

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