#938e59

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

Shades of Bandicoot #938E59

Tints of Bandicoot #938E59

Color information

#938E59 (or 0x938E59) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 59. RGB value is (147,142,89). Sum of RGB (Red+Green+Blue) = 147+142+89=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E59 is #6C71A6. Grayscale: #898989. Windows color (decimal): -7106983 or 5869203. OLE color: 5869203.

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

Color convert

RGB14714289-
CMYK00.030.390.42
HSL54.83º24.58%46.27%-
HSV(B)54.83º39.46%57.65%-
XYZ23.5126.2713.28-
YUV137.45100.66134.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=38.89%
G=37.57%
B=23.54%

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
Decimal1471428900.030.390.4254.8324.5846.27
Hex938E5903272A37192e
Octal223216131034752673156
Binary1001001110001110101100101110011110101011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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