#938C5B

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

Shades of Bandicoot #938C5B

Tints of Bandicoot #938C5B

Color information

#938C5B (or 0x938C5B) is unknown color: approx Bandicoot. HEX triplet: 93, 8C and 5B. RGB value is (147,140,91). Sum of RGB (Red+Green+Blue) = 147+140+91=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #938C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C5B is #6C73A4. Grayscale: #888888. Windows color (decimal): -7107493 or 5999763. OLE color: 5999763.

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

Color convert

RGB14714091-
CMYK00.050.380.42
HSL52.5º23.53%46.67%-
HSV(B)52.5º38.1%57.65%-
XYZ23.325.7113.63-
YUV136.51102.32135.48-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 140 (55.08% from 255) = 37.04%
BLUE value IS 91 (35.94% from 255) = 24.07%
R=38.89%
G=37.04%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471409100.050.380.4252.523.5346.67
Hex938C5B05262A34182f
Octal223214133054652643057
Binary10010011100011001011011010110011010101011010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,140,91); }

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

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

 a { background-color: rgb(147,140,91); }

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

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

 span { border-color: rgb(147,140,91); }

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