#908D53

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

Shades of Bandicoot #908D53

Tints of Bandicoot #908D53

Color information

#908D53 (or 0x908D53) is unknown color: approx Bandicoot. HEX triplet: 90, 8D and 53. RGB value is (144,141,83). Sum of RGB (Red+Green+Blue) = 144+141+83=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #908D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D53 is #6F72AC. Grayscale: #878787. Windows color (decimal): -7303853 or 5475728. OLE color: 5475728.

HSL color Cylindrical-coordinate representation of color #908D53: hue angle of 57.05º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #908D53 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14414183-
CMYK00.020.420.44
HSL57.05º26.87%44.51%-
HSV(B)57.05º42.36%56.47%-
XYZ22.5925.611.94-
YUV135.2898.49134.22-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.13%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=39.13%
G=38.32%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441418300.020.420.4457.0526.8744.51
Hex908D53022A2C391b2d
Octal220215123025254713355
Binary1001000010001101101001101010101010110011100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,83); }

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

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

 a { background-color: rgb(144,141,83); }

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

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

 span { border-color: rgb(144,141,83); }

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