#938E5A

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

Shades of Bandicoot #938E5A

Tints of Bandicoot #938E5A

Color information

#938E5A (or 0x938E5A) is unknown color: approx Bandicoot. HEX triplet: 93, 8E and 5A. RGB value is (147,142,90). Sum of RGB (Red+Green+Blue) = 147+142+90=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938E5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E5A is #6C71A5. Grayscale: #898989. Windows color (decimal): -7106982 or 5934739. OLE color: 5934739.

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

Color convert

RGB14714290-
CMYK00.030.390.42
HSL54.74º24.05%46.47%-
HSV(B)54.74º38.78%57.65%-
XYZ23.5526.2913.51-
YUV137.57101.16134.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 90 (35.55% from 255) = 23.75%
R=38.79%
G=37.47%
B=23.75%

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
Decimal1471429000.030.390.4254.7424.0546.47
Hex938E5A03272A37182e
Octal223216132034752673056
Binary1001001110001110101101001110011110101011011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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