#88835F

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

Shades of Bandicoot #88835F

Tints of Bandicoot #88835F

Color information

#88835F (or 0x88835F) is unknown color: approx Bandicoot. HEX triplet: 88, 83 and 5F. RGB value is (136,131,95). Sum of RGB (Red+Green+Blue) = 136+131+95=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 136 - color contains mainly: red. Hex color #88835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88835F is #777CA0. Grayscale: #808080. Windows color (decimal): -7830689 or 6259592. OLE color: 6259592.

HSL color Cylindrical-coordinate representation of color #88835F: hue angle of 52.68º 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 #88835F is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB13613195-
CMYK00.040.300.47
HSL52.68º17.75%45.29%-
HSV(B)52.68º30.15%53.33%-
XYZ20.3422.2914.06-
YUV128.39109.16133.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 131 (51.56% from 255) = 36.19%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=37.57%
G=36.19%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361319500.040.300.4752.6817.7545.29
Hex88835F041E2F35122d
Octal210203137043657652255
Binary1000100010000011101111101001111010111111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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