Shades of Bandicoot #8A865B
Tints of Bandicoot #8A865B
RGB
CMYK
RGB Variations
Color information
#8A865B (or 0x8A865B) is known color: Bandicoot. HEX triplet: 8A, 86 and 5B. RGB value is (138,134,91). Sum of RGB (Red+Green+Blue) = 138+134+91=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A865B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A865B is #7579A4. Grayscale: #828282. Windows color (decimal): -7698853 or 5998218. OLE color: 5998218.
HSL color Cylindrical-coordinate representation of color #8A865B: hue angle of 54.89º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A865B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 134 | 91 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.46 |
| HSL | 54.89º | 0.21% | 0.45% | - |
| HSV(B) | 54.89º | 0.34% | 0.54% | - |
| XYZ | 20.89 | 23.21 | 13.28 | - |
| YUV | 130.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 134 | 91 | 0 | 0.03 | 0.34 | 0.46 | 54.89 | 0.21 | 0.45 |
| Hex | 8A | 86 | 5B | 0 | 3 | 22 | 2E | 37 | 15 | 2D |
| Octal | 212 | 206 | 133 | 0 | 3 | 42 | 56 | 67 | 25 | 55 |
| Binary | 10001010 | 10000110 | 1011011 | 0 | 11 | 100010 | 101110 | 110111 | 10101 | 101101 |
Color Harmonies of #8A865B
Complementary color
Monochromatic Colors of #8A865B
Black with #8A865B
Text Example
Text Example
White with #8A865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A865B; }
p { color: rgb(138,134,91); }
H1.HeaderClassName
{
color: #8A865B;
}
.AnyTagClassName
{
color: #8A865B;
}
</style>
background-color css
<style>
a { background-color: #8A865B; }
a { background-color: rgb(138,134,91); }
div.DivClassName
{
background-color: #8A865B;
}
.BgClassName
{
background-color: #8A865B;
}
</style>
border-color css
<style>
span { border-color: #8A865B; }
span { border-color: rgb(138,134,91); }
td.TdClassName
{
border-color: #8A865B;
}
.TagClassName
{
border-color: #8A865B;
}
</style>