Shades of Bandicoot #948D5D
Tints of Bandicoot #948D5D
RGB
CMYK
RGB Variations
Color information
#948D5D (or 0x948D5D) is known color: Bandicoot. HEX triplet: 94, 8D and 5D. RGB value is (148,141,93). Sum of RGB (Red+Green+Blue) = 148+141+93=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #948D5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D5D is #6B72A2. Grayscale: #898989. Windows color (decimal): -7041699 or 6131092. OLE color: 6131092.
HSL color Cylindrical-coordinate representation of color #948D5D: hue angle of 52.36º degrees, saturation: 0.23, 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 #948D5D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 141 | 93 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.42 |
| HSL | 52.36º | 0.23% | 0.47% | - |
| HSV(B) | 52.36º | 0.37% | 0.58% | - |
| XYZ | 23.71 | 26.14 | 14.15 | - |
| YUV | 137.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 141 | 93 | 0 | 0.05 | 0.37 | 0.42 | 52.36 | 0.23 | 0.47 |
| Hex | 94 | 8D | 5D | 0 | 5 | 25 | 2A | 34 | 17 | 2F |
| Octal | 224 | 215 | 135 | 0 | 5 | 45 | 52 | 64 | 27 | 57 |
| Binary | 10010100 | 10001101 | 1011101 | 0 | 101 | 100101 | 101010 | 110100 | 10111 | 101111 |
Color Harmonies of #948D5D
Complementary color
Monochromatic Colors of #948D5D
Black with #948D5D
Text Example
Text Example
White with #948D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948D5D; }
p { color: rgb(148,141,93); }
H1.HeaderClassName
{
color: #948D5D;
}
.AnyTagClassName
{
color: #948D5D;
}
</style>
background-color css
<style>
a { background-color: #948D5D; }
a { background-color: rgb(148,141,93); }
div.DivClassName
{
background-color: #948D5D;
}
.BgClassName
{
background-color: #948D5D;
}
</style>
border-color css
<style>
span { border-color: #948D5D; }
span { border-color: rgb(148,141,93); }
td.TdClassName
{
border-color: #948D5D;
}
.TagClassName
{
border-color: #948D5D;
}
</style>