#938F55

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

Shades of Bandicoot #938F55

Tints of Bandicoot #938F55

Color information

#938F55 (or 0x938F55) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 55. RGB value is (147,143,85). Sum of RGB (Red+Green+Blue) = 147+143+85=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #938F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F55 is #6C70AA. Grayscale: #898989. Windows color (decimal): -7106731 or 5607315. OLE color: 5607315.

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

Color convert

RGB14714385-
CMYK00.030.420.42
HSL56.13º26.72%45.49%-
HSV(B)56.13º42.18%57.65%-
XYZ23.4926.512.47-
YUV137.5898.33134.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.2%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 85 (33.59% from 255) = 22.67%
R=39.2%
G=38.13%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471438500.030.420.4256.1326.7245.49
Hex938F55032A2A381b2d
Octal223217125035252703355
Binary1001001110001111101010101110101010101011100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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