#938F59

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

Shades of Bandicoot #938F59

Tints of Bandicoot #938F59

Color information

#938F59 (or 0x938F59) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 59. RGB value is (147,143,89). Sum of RGB (Red+Green+Blue) = 147+143+89=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F59 is #6C70A6. Grayscale: #8A8A8A. Windows color (decimal): -7106727 or 5869459. OLE color: 5869459.

HSL color Cylindrical-coordinate representation of color #938F59: hue angle of 55.86º degrees, saturation: 0.25, 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 #938F59 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14714389-
CMYK00.030.390.42
HSL55.86º24.58%46.27%-
HSV(B)55.86º39.46%57.65%-
XYZ23.6626.5713.33-
YUV138.04100.33134.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=38.79%
G=37.73%
B=23.48%

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
Decimal1471438900.030.390.4255.8624.5846.27
Hex938F5903272A38192e
Octal223217131034752703156
Binary1001001110001111101100101110011110101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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