Shades of Bandicoot #939059
Tints of Bandicoot #939059
RGB
CMYK
RGB Variations
Color information
#939059 (or 0x939059) is known color: Bandicoot. HEX triplet: 93, 90 and 59. RGB value is (147,144,89). Sum of RGB (Red+Green+Blue) = 147+144+89=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #939059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #939059 is #6C6FA6. Grayscale: #8A8A8A. Windows color (decimal): -7106471 or 5869715. OLE color: 5869715.
HSL color Cylindrical-coordinate representation of color #939059: hue angle of 56.9º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939059 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 89 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.42 |
| HSL | 56.9º | 0.25% | 0.46% | - |
| HSV(B) | 56.9º | 0.39% | 0.58% | - |
| XYZ | 23.81 | 26.87 | 13.38 | - |
| YUV | 138.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 89 | 0 | 0.02 | 0.39 | 0.42 | 56.9 | 0.25 | 0.46 |
| Hex | 93 | 90 | 59 | 0 | 2 | 27 | 2A | 39 | 19 | 2E |
| Octal | 223 | 220 | 131 | 0 | 2 | 47 | 52 | 71 | 31 | 56 |
| Binary | 10010011 | 10010000 | 1011001 | 0 | 10 | 100111 | 101010 | 111001 | 11001 | 101110 |
Color Harmonies of #939059
Complementary color
Monochromatic Colors of #939059
Black with #939059
Text Example
Text Example
White with #939059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939059; }
p { color: rgb(147,144,89); }
H1.HeaderClassName
{
color: #939059;
}
.AnyTagClassName
{
color: #939059;
}
</style>
background-color css
<style>
a { background-color: #939059; }
a { background-color: rgb(147,144,89); }
div.DivClassName
{
background-color: #939059;
}
.BgClassName
{
background-color: #939059;
}
</style>
border-color css
<style>
span { border-color: #939059; }
span { border-color: rgb(147,144,89); }
td.TdClassName
{
border-color: #939059;
}
.TagClassName
{
border-color: #939059;
}
</style>