#88845D

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

Shades of Bandicoot #88845D

Tints of Bandicoot #88845D

Color information

#88845D (or 0x88845D) is unknown color: approx Bandicoot. HEX triplet: 88, 84 and 5D. RGB value is (136,132,93). Sum of RGB (Red+Green+Blue) = 136+132+93=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88845D is #777BA2. Grayscale: #808080. Windows color (decimal): -7830435 or 6128776. OLE color: 6128776.

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

Color convert

RGB13613293-
CMYK00.030.320.47
HSL54.42º18.78%44.9%-
HSV(B)54.42º31.62%53.33%-
XYZ20.3822.5313.63-
YUV128.75107.83133.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.67%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=37.67%
G=36.57%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361329300.030.320.4754.4218.7844.9
Hex88845D03202F36132d
Octal210204135034057662355
Binary1000100010000100101110101110000010111111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88845D; }

 p { color: rgb(136,132,93); }

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

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

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

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

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

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

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