Shades of Bandicoot #938D5B
Tints of Bandicoot #938D5B
RGB
CMYK
RGB Variations
Color information
#938D5B (or 0x938D5B) is known color: Bandicoot. HEX triplet: 93, 8D and 5B. RGB value is (147,141,91). Sum of RGB (Red+Green+Blue) = 147+141+91=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #938D5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938D5B is #6C72A4. Grayscale: #898989. Windows color (decimal): -7107237 or 6000019. OLE color: 6000019.
HSL color Cylindrical-coordinate representation of color #938D5B: hue angle of 53.57º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #938D5B is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 141 | 91 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.42 |
| HSL | 53.57º | 0.24% | 0.47% | - |
| HSV(B) | 53.57º | 0.38% | 0.58% | - |
| XYZ | 23.45 | 26.01 | 13.68 | - |
| YUV | 137.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 91 | 0 | 0.04 | 0.38 | 0.42 | 53.57 | 0.24 | 0.47 |
| Hex | 93 | 8D | 5B | 0 | 4 | 26 | 2A | 36 | 18 | 2F |
| Octal | 223 | 215 | 133 | 0 | 4 | 46 | 52 | 66 | 30 | 57 |
| Binary | 10010011 | 10001101 | 1011011 | 0 | 100 | 100110 | 101010 | 110110 | 11000 | 101111 |
Color Harmonies of #938D5B
Complementary color
Monochromatic Colors of #938D5B
Black with #938D5B
Text Example
Text Example
White with #938D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D5B; }
p { color: rgb(147,141,91); }
H1.HeaderClassName
{
color: #938D5B;
}
.AnyTagClassName
{
color: #938D5B;
}
</style>
background-color css
<style>
a { background-color: #938D5B; }
a { background-color: rgb(147,141,91); }
div.DivClassName
{
background-color: #938D5B;
}
.BgClassName
{
background-color: #938D5B;
}
</style>
border-color css
<style>
span { border-color: #938D5B; }
span { border-color: rgb(147,141,91); }
td.TdClassName
{
border-color: #938D5B;
}
.TagClassName
{
border-color: #938D5B;
}
</style>