#8F8D53

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

Shades of Bandicoot #8F8D53

Tints of Bandicoot #8F8D53

Color information

#8F8D53 (or 0x8F8D53) is unknown color: approx Bandicoot. HEX triplet: 8F, 8D and 53. RGB value is (143,141,83). Sum of RGB (Red+Green+Blue) = 143+141+83=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F8D53 is #7072AC. Grayscale: #878787. Windows color (decimal): -7369389 or 5475727. OLE color: 5475727.

HSL color Cylindrical-coordinate representation of color #8F8D53: hue angle of 58º 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 #8F8D53 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14314183-
CMYK00.010.420.44
HSL58º26.55%44.31%-
HSV(B)58º41.96%56.08%-
XYZ22.4125.5111.93-
YUV134.9998.66133.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=38.96%
G=38.42%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431418300.010.420.445826.5544.31
Hex8F8D53012A2C3a1b2c
Octal217215123015254723354
Binary100011111000110110100110110101010110011101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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