#8B8F53

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

Shades of Bandicoot #8B8F53

Tints of Bandicoot #8B8F53

Color information

#8B8F53 (or 0x8B8F53) is unknown color: approx Bandicoot. HEX triplet: 8B, 8F and 53. RGB value is (139,143,83). Sum of RGB (Red+Green+Blue) = 139+143+83=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 143 - color contains mainly: green. Hex color #8B8F53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8F53 is #7470AC. Grayscale: #878787. Windows color (decimal): -7631021 or 5476235. OLE color: 5476235.

HSL color Cylindrical-coordinate representation of color #8B8F53: hue angle of 64º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B8F53 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB13914383-
CMYK0.0300.420.44
HSL64º26.55%44.31%-
HSV(B)64º41.96%56.08%-
XYZ22.0325.7611.99-
YUV134.9698.67130.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=38.08%
G=39.18%
B=22.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139143830.0300.420.446426.5544.31
Hex8B8F53302A2C401b2c
Octal2132171233052541003354
Binary10001011100011111010011110101010101100100000011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,143,83); }

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

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

 a { background-color: rgb(139,143,83); }

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

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

 span { border-color: rgb(139,143,83); }

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