#938F5A

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

Shades of Bandicoot #938F5A

Tints of Bandicoot #938F5A

Color information

#938F5A (or 0x938F5A) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 5A. RGB value is (147,143,90). Sum of RGB (Red+Green+Blue) = 147+143+90=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #938F5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F5A is #6C70A5. Grayscale: #8A8A8A. Windows color (decimal): -7106726 or 5934995. OLE color: 5934995.

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

Color convert

RGB14714390-
CMYK00.030.390.42
HSL55.79º24.05%46.47%-
HSV(B)55.79º38.78%57.65%-
XYZ23.726.5913.56-
YUV138.15100.83134.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=38.68%
G=37.63%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471439000.030.390.4255.7924.0546.47
Hex938F5A03272A38182e
Octal223217132034752703056
Binary1001001110001111101101001110011110101011100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,143,90); }

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

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

 a { background-color: rgb(147,143,90); }

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

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

 span { border-color: rgb(147,143,90); }

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