Shades of Bandicoot #938E57
Tints of Bandicoot #938E57
RGB
CMYK
RGB Variations
Color information
#938E57 (or 0x938E57) is known color: Bandicoot. HEX triplet: 93, 8E and 57. RGB value is (147,142,87). Sum of RGB (Red+Green+Blue) = 147+142+87=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 87 (34.38% from 255 or 23.14% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #938E57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E57 is #6C71A8. Grayscale: #898989. Windows color (decimal): -7106985 or 5738131. OLE color: 5738131.
HSL color Cylindrical-coordinate representation of color #938E57: hue angle of 55º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #938E57 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 142 | 87 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.42 |
| HSL | 55º | 0.26% | 0.46% | - |
| HSV(B) | 55º | 0.41% | 0.58% | - |
| XYZ | 23.43 | 26.24 | 12.85 | - |
| YUV | 137.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 87 | 0 | 0.03 | 0.41 | 0.42 | 55 | 0.26 | 0.46 |
| Hex | 93 | 8E | 57 | 0 | 3 | 29 | 2A | 37 | 1A | 2E |
| Octal | 223 | 216 | 127 | 0 | 3 | 51 | 52 | 67 | 32 | 56 |
| Binary | 10010011 | 10001110 | 1010111 | 0 | 11 | 101001 | 101010 | 110111 | 11010 | 101110 |
Color Harmonies of #938E57
Complementary color
Monochromatic Colors of #938E57
Black with #938E57
Text Example
Text Example
White with #938E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938E57; }
p { color: rgb(147,142,87); }
H1.HeaderClassName
{
color: #938E57;
}
.AnyTagClassName
{
color: #938E57;
}
</style>
background-color css
<style>
a { background-color: #938E57; }
a { background-color: rgb(147,142,87); }
div.DivClassName
{
background-color: #938E57;
}
.BgClassName
{
background-color: #938E57;
}
</style>
border-color css
<style>
span { border-color: #938E57; }
span { border-color: rgb(147,142,87); }
td.TdClassName
{
border-color: #938E57;
}
.TagClassName
{
border-color: #938E57;
}
</style>