Shades of Bandicoot #938F5D
Tints of Bandicoot #938F5D
RGB
CMYK
RGB Variations
Color information
#938F5D (or 0x938F5D) is known color: Bandicoot. HEX triplet: 93, 8F and 5D. RGB value is (147,143,93). Sum of RGB (Red+Green+Blue) = 147+143+93=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #938F5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938F5D is #6C70A2. Grayscale: #8A8A8A. Windows color (decimal): -7106723 or 6131603. OLE color: 6131603.
HSL color Cylindrical-coordinate representation of color #938F5D: hue angle of 55.56º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #938F5D is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 93 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.42 |
| HSL | 55.56º | 0.23% | 0.47% | - |
| HSV(B) | 55.56º | 0.37% | 0.58% | - |
| XYZ | 23.83 | 26.64 | 14.24 | - |
| YUV | 138.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 93 | 0 | 0.03 | 0.37 | 0.42 | 55.56 | 0.23 | 0.47 |
| Hex | 93 | 8F | 5D | 0 | 3 | 25 | 2A | 38 | 16 | 2F |
| Octal | 223 | 217 | 135 | 0 | 3 | 45 | 52 | 70 | 26 | 57 |
| Binary | 10010011 | 10001111 | 1011101 | 0 | 11 | 100101 | 101010 | 111000 | 10110 | 101111 |
Color Harmonies of #938F5D
Complementary color
Monochromatic Colors of #938F5D
Black with #938F5D
Text Example
Text Example
White with #938F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F5D; }
p { color: rgb(147,143,93); }
H1.HeaderClassName
{
color: #938F5D;
}
.AnyTagClassName
{
color: #938F5D;
}
</style>
background-color css
<style>
a { background-color: #938F5D; }
a { background-color: rgb(147,143,93); }
div.DivClassName
{
background-color: #938F5D;
}
.BgClassName
{
background-color: #938F5D;
}
</style>
border-color css
<style>
span { border-color: #938F5D; }
span { border-color: rgb(147,143,93); }
td.TdClassName
{
border-color: #938F5D;
}
.TagClassName
{
border-color: #938F5D;
}
</style>