#8B8959

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

Shades of Bandicoot #8B8959

Tints of Bandicoot #8B8959

Color information

#8B8959 (or 0x8B8959) is unknown color: approx Bandicoot. HEX triplet: 8B, 89 and 59. RGB value is (139,137,89). Sum of RGB (Red+Green+Blue) = 139+137+89=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8959 is #7476A6. Grayscale: #848484. Windows color (decimal): -7632551 or 5867915. OLE color: 5867915.

HSL color Cylindrical-coordinate representation of color #8B8959: hue angle of 57.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B8959 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13913789-
CMYK00.010.360.45
HSL57.6º21.93%44.71%-
HSV(B)57.6º35.97%54.51%-
XYZ21.424.112.98-
YUV132.13103.66132.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 89 (35.16% from 255) = 24.38%
R=38.08%
G=37.53%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391378900.010.360.4557.621.9344.71
Hex8B895901242D3a162d
Octal213211131014455722655
Binary100010111000100110110010110010010110111101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8959; }

 p { color: rgb(139,137,89); }

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

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

 a { background-color: rgb(139,137,89); }

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

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

 span { border-color: rgb(139,137,89); }

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