#938F5D

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

Shades of Bandicoot #938F5D

Tints of Bandicoot #938F5D

Color information

#938F5D (or 0x938F5D) is unknown color: approx Bandicoot. HEX triplet: 93, 8F and 5D. RGB value is (147,143,93). Sum of RGB (Red+Green+Blue) = 147+143+93=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #938F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F5D is #6C70A2. Grayscale: #8A8A8A. Windows color (decimal): -7106723 or 6131603. OLE color: 6131603.

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

Color convert

RGB14714393-
CMYK00.030.370.42
HSL55.56º22.5%47.06%-
HSV(B)55.56º36.73%57.65%-
XYZ23.8326.6414.24-
YUV138.5102.33134.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.38%
GREEN value IS 143 (56.25% from 255) = 37.34%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=38.38%
G=37.34%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471439300.030.370.4255.5622.547.06
Hex938F5D03252A38172f
Octal223217135034552702757
Binary1001001110001111101110101110010110101011100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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