Shades of Bandicoot #8A845F
Tints of Bandicoot #8A845F
RGB
CMYK
RGB Variations
Color information
#8A845F (or 0x8A845F) is known color: Bandicoot. HEX triplet: 8A, 84 and 5F. RGB value is (138,132,95). Sum of RGB (Red+Green+Blue) = 138+132+95=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A845F is #757BA0. Grayscale: #818181. Windows color (decimal): -7699361 or 6259850. OLE color: 6259850.
HSL color Cylindrical-coordinate representation of color #8A845F: hue angle of 51.63º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8A845F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 95 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.46 |
| HSL | 51.63º | 0.18% | 0.46% | - |
| HSV(B) | 51.63º | 0.31% | 0.54% | - |
| XYZ | 20.8 | 22.73 | 14.12 | - |
| YUV | 129.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 95 | 0 | 0.04 | 0.31 | 0.46 | 51.63 | 0.18 | 0.46 |
| Hex | 8A | 84 | 5F | 0 | 4 | 1F | 2E | 34 | 12 | 2E |
| Octal | 212 | 204 | 137 | 0 | 4 | 37 | 56 | 64 | 22 | 56 |
| Binary | 10001010 | 10000100 | 1011111 | 0 | 100 | 11111 | 101110 | 110100 | 10010 | 101110 |
Color Harmonies of #8A845F
Complementary color
Monochromatic Colors of #8A845F
Black with #8A845F
Text Example
Text Example
White with #8A845F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A845F; }
p { color: rgb(138,132,95); }
H1.HeaderClassName
{
color: #8A845F;
}
.AnyTagClassName
{
color: #8A845F;
}
</style>
background-color css
<style>
a { background-color: #8A845F; }
a { background-color: rgb(138,132,95); }
div.DivClassName
{
background-color: #8A845F;
}
.BgClassName
{
background-color: #8A845F;
}
</style>
border-color css
<style>
span { border-color: #8A845F; }
span { border-color: rgb(138,132,95); }
td.TdClassName
{
border-color: #8A845F;
}
.TagClassName
{
border-color: #8A845F;
}
</style>