Shades of Bandicoot #8B855D
Tints of Bandicoot #8B855D
RGB
CMYK
RGB Variations
Color information
#8B855D (or 0x8B855D) is known color: Bandicoot. HEX triplet: 8B, 85 and 5D. RGB value is (139,133,93). Sum of RGB (Red+Green+Blue) = 139+133+93=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855D is #747AA2. Grayscale: #828282. Windows color (decimal): -7633571 or 6129035. OLE color: 6129035.
HSL color Cylindrical-coordinate representation of color #8B855D: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B855D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 93 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.45 |
| HSL | 52.17º | 0.2% | 0.45% | - |
| HSV(B) | 52.17º | 0.33% | 0.55% | - |
| XYZ | 21.01 | 23.05 | 13.7 | - |
| YUV | 130.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 93 | 0 | 0.04 | 0.33 | 0.45 | 52.17 | 0.2 | 0.45 |
| Hex | 8B | 85 | 5D | 0 | 4 | 21 | 2D | 34 | 14 | 2D |
| Octal | 213 | 205 | 135 | 0 | 4 | 41 | 55 | 64 | 24 | 55 |
| Binary | 10001011 | 10000101 | 1011101 | 0 | 100 | 100001 | 101101 | 110100 | 10100 | 101101 |
Color Harmonies of #8B855D
Complementary color
Monochromatic Colors of #8B855D
Black with #8B855D
Text Example
Text Example
White with #8B855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B855D; }
p { color: rgb(139,133,93); }
H1.HeaderClassName
{
color: #8B855D;
}
.AnyTagClassName
{
color: #8B855D;
}
</style>
background-color css
<style>
a { background-color: #8B855D; }
a { background-color: rgb(139,133,93); }
div.DivClassName
{
background-color: #8B855D;
}
.BgClassName
{
background-color: #8B855D;
}
</style>
border-color css
<style>
span { border-color: #8B855D; }
span { border-color: rgb(139,133,93); }
td.TdClassName
{
border-color: #8B855D;
}
.TagClassName
{
border-color: #8B855D;
}
</style>