#89835F

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

Shades of Bandicoot #89835F

Tints of Bandicoot #89835F

Color information

#89835F (or 0x89835F) is unknown color: approx Bandicoot. HEX triplet: 89, 83 and 5F. RGB value is (137,131,95). Sum of RGB (Red+Green+Blue) = 137+131+95=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89835F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89835F is #767CA0. Grayscale: #808080. Windows color (decimal): -7765153 or 6259593. OLE color: 6259593.

HSL color Cylindrical-coordinate representation of color #89835F: hue angle of 51.43º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89835F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13713195-
CMYK00.040.310.46
HSL51.43º18.1%45.49%-
HSV(B)51.43º30.66%53.73%-
XYZ20.522.3814.07-
YUV128.69108.99133.93-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.74%
GREEN value IS 131 (51.56% from 255) = 36.09%
BLUE value IS 95 (37.5% from 255) = 26.17%
R=37.74%
G=36.09%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371319500.040.310.4651.4318.145.49
Hex89835F041F2E33122d
Octal211203137043756632255
Binary1000100110000011101111101001111110111011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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