#918D5C

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

Shades of Bandicoot #918D5C

Tints of Bandicoot #918D5C

Color information

#918D5C (or 0x918D5C) is unknown color: approx Bandicoot. HEX triplet: 91, 8D and 5C. RGB value is (145,141,92). Sum of RGB (Red+Green+Blue) = 145+141+92=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #918D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D5C is #6E72A3. Grayscale: #888888. Windows color (decimal): -7238308 or 6065553. OLE color: 6065553.

HSL color Cylindrical-coordinate representation of color #918D5C: hue angle of 55.47º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #918D5C is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB14514192-
CMYK00.030.370.43
HSL55.47º22.36%46.47%-
HSV(B)55.47º36.55%56.86%-
XYZ23.1325.8413.89-
YUV136.61102.83133.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.36%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=38.36%
G=37.30%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451419200.030.370.4355.4722.3646.47
Hex918D5C03252B37162e
Octal221215134034553672656
Binary1001000110001101101110001110010110101111011110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918D5C; }

 p { color: rgb(145,141,92); }

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

<style>
 a { background-color: #918D5C; }

 a { background-color: rgb(145,141,92); }

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

<style>
 span { border-color: #918D5C; }

 span { border-color: rgb(145,141,92); }

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