#908A5E

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

Shades of Bandicoot #908A5E

Tints of Bandicoot #908A5E

Color information

#908A5E (or 0x908A5E) is unknown color: approx Bandicoot. HEX triplet: 90, 8A and 5E. RGB value is (144,138,94). Sum of RGB (Red+Green+Blue) = 144+138+94=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 94 (37.11% from 255 or 25% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #908A5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A5E is #6F75A1. Grayscale: #868686. Windows color (decimal): -7304610 or 6195856. OLE color: 6195856.

HSL color Cylindrical-coordinate representation of color #908A5E: hue angle of 52.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908A5E is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14413894-
CMYK00.040.350.44
HSL52.8º21.01%46.67%-
HSV(B)52.8º34.72%56.47%-
XYZ22.6124.9114.21-
YUV134.78104.99134.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 94 (37.11% from 255) = 25%
R=38.30%
G=36.70%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441389400.040.350.4452.821.0146.67
Hex908A5E04232C35152f
Octal220212136044354652557
Binary10010000100010101011110010010001110110011010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908A5E; }

 p { color: rgb(144,138,94); }

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

<style>
 a { background-color: #908A5E; }

 a { background-color: rgb(144,138,94); }

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

<style>
 span { border-color: #908A5E; }

 span { border-color: rgb(144,138,94); }

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