#908F57

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

Shades of Bandicoot #908F57

Tints of Bandicoot #908F57

Color information

#908F57 (or 0x908F57) is unknown color: approx Bandicoot. HEX triplet: 90, 8F and 57. RGB value is (144,143,87). Sum of RGB (Red+Green+Blue) = 144+143+87=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908F57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F57 is #6F70A8. Grayscale: #898989. Windows color (decimal): -7303337 or 5738384. OLE color: 5738384.

HSL color Cylindrical-coordinate representation of color #908F57: hue angle of 58.95º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #908F57 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB14414387-
CMYK00.010.400.44
HSL58.95º24.68%45.29%-
HSV(B)58.95º39.58%56.47%-
XYZ23.0426.2612.87-
YUV136.9299.83133.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.50%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=38.50%
G=38.24%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441438700.010.400.4458.9524.6845.29
Hex908F5701282C3b192d
Octal220217127015054733155
Binary100100001000111110101110110100010110011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,143,87); }

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

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

 a { background-color: rgb(144,143,87); }

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

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

 span { border-color: rgb(144,143,87); }

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