#938F58

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

Shades of Bandicoot #938F58

Tints of Bandicoot #938F58

Color information

#938F58 (or 0x938F58) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 58. RGB value is (147,143,88). Sum of RGB (Red+Green+Blue) = 147+143+88=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938F58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F58 is #6C70A7. Grayscale: #8A8A8A. Windows color (decimal): -7106728 or 5803923. OLE color: 5803923.

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

Color convert

RGB14714388-
CMYK00.030.400.42
HSL55.93º25.11%46.08%-
HSV(B)55.93º40.14%57.65%-
XYZ23.6226.5513.11-
YUV137.9399.83134.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 88 (34.77% from 255) = 23.28%
R=38.89%
G=37.83%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471438800.030.400.4255.9325.1146.08
Hex938F5803282A38192e
Octal223217130035052703156
Binary1001001110001111101100001110100010101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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