#89856F

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

Shades of Bandicoot #89856F

Tints of Bandicoot #89856F

Color information

#89856F (or 0x89856F) is unknown color: approx Bandicoot. HEX triplet: 89, 85 and 6F. RGB value is (137,133,111). Sum of RGB (Red+Green+Blue) = 137+133+111=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #89856F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89856F is #767A90. Grayscale: #838383. Windows color (decimal): -7764625 or 7308681. OLE color: 7308681.

HSL color Cylindrical-coordinate representation of color #89856F: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89856F is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137133111-
CMYK00.030.190.46
HSL50.77º10.48%48.63%-
HSV(B)50.77º18.98%53.73%-
XYZ21.5723.2418.39-
YUV131.69116.33131.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=35.96%
G=34.91%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713311100.030.190.4650.7710.4848.63
Hex89856F03132E33a31
Octal211205157032356631261
Binary10001001100001011101111011100111011101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,133,111); }

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

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

 a { background-color: rgb(137,133,111); }

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

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

 span { border-color: rgb(137,133,111); }

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