#938E57

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

Shades of Bandicoot #938E57

Tints of Bandicoot #938E57

Color information

#938E57 (or 0x938E57) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 57. RGB value is (147,142,87). Sum of RGB (Red+Green+Blue) = 147+142+87=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E57 is #6C71A8. Grayscale: #898989. Windows color (decimal): -7106985 or 5738131. OLE color: 5738131.

HSL color Cylindrical-coordinate representation of color #938E57: hue angle of 55º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938E57 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14714287-
CMYK00.030.410.42
HSL55º25.64%45.88%-
HSV(B)55º40.82%57.65%-
XYZ23.4326.2412.85-
YUV137.2299.66134.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 87 (34.38% from 255) = 23.14%
R=39.10%
G=37.77%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471428700.030.410.425525.6445.88
Hex938E5703292A371a2e
Octal223216127035152673256
Binary1001001110001110101011101110100110101011011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E57; }

 p { color: rgb(147,142,87); }

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

<style>
 a { background-color: #938E57; }

 a { background-color: rgb(147,142,87); }

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

<style>
 span { border-color: #938E57; }

 span { border-color: rgb(147,142,87); }

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