Shades of Bandicoot #908A5D
Tints of Bandicoot #908A5D
RGB
CMYK
RGB Variations
Color information
#908A5D (or 0x908A5D) is known color: Bandicoot. HEX triplet: 90, 8A and 5D. RGB value is (144,138,93). Sum of RGB (Red+Green+Blue) = 144+138+93=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #908A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A5D is #6F75A2. Grayscale: #868686. Windows color (decimal): -7304611 or 6130320. OLE color: 6130320.
HSL color Cylindrical-coordinate representation of color #908A5D: hue angle of 52.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #908A5D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 138 | 93 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.44 |
| HSL | 52.94º | 0.22% | 0.46% | - |
| HSV(B) | 52.94º | 0.35% | 0.56% | - |
| XYZ | 22.57 | 24.9 | 13.97 | - |
| YUV | 134.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 93 | 0 | 0.04 | 0.35 | 0.44 | 52.94 | 0.22 | 0.46 |
| Hex | 90 | 8A | 5D | 0 | 4 | 23 | 2C | 35 | 16 | 2E |
| Octal | 220 | 212 | 135 | 0 | 4 | 43 | 54 | 65 | 26 | 56 |
| Binary | 10010000 | 10001010 | 1011101 | 0 | 100 | 100011 | 101100 | 110101 | 10110 | 101110 |
Color Harmonies of #908A5D
Complementary color
Monochromatic Colors of #908A5D
Black with #908A5D
Text Example
Text Example
White with #908A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A5D; }
p { color: rgb(144,138,93); }
H1.HeaderClassName
{
color: #908A5D;
}
.AnyTagClassName
{
color: #908A5D;
}
</style>
background-color css
<style>
a { background-color: #908A5D; }
a { background-color: rgb(144,138,93); }
div.DivClassName
{
background-color: #908A5D;
}
.BgClassName
{
background-color: #908A5D;
}
</style>
border-color css
<style>
span { border-color: #908A5D; }
span { border-color: rgb(144,138,93); }
td.TdClassName
{
border-color: #908A5D;
}
.TagClassName
{
border-color: #908A5D;
}
</style>