Shades of Bandicoot #848559
Tints of Bandicoot #848559
RGB
CMYK
RGB Variations
Color information
#848559 (or 0x848559) is known color: Bandicoot. HEX triplet: 84, 85 and 59. RGB value is (132,133,89). Sum of RGB (Red+Green+Blue) = 132+133+89=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #848559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848559 is #7B7AA6. Grayscale: #7F7F7F. Windows color (decimal): -8092327 or 5866884. OLE color: 5866884.
HSL color Cylindrical-coordinate representation of color #848559: hue angle of 61.36º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #848559 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 133 | 89 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.48 |
| HSL | 61.36º | 0.2% | 0.44% | - |
| HSV(B) | 61.36º | 0.33% | 0.52% | - |
| XYZ | 19.71 | 22.4 | 12.74 | - |
| YUV | 127.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 89 | 0.01 | 0 | 0.33 | 0.48 | 61.36 | 0.2 | 0.44 |
| Hex | 84 | 85 | 59 | 1 | 0 | 21 | 30 | 3D | 14 | 2C |
| Octal | 204 | 205 | 131 | 1 | 0 | 41 | 60 | 75 | 24 | 54 |
| Binary | 10000100 | 10000101 | 1011001 | 1 | 0 | 100001 | 110000 | 111101 | 10100 | 101100 |
Color Harmonies of #848559
Complementary color
Monochromatic Colors of #848559
Black with #848559
Text Example
Text Example
White with #848559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848559; }
p { color: rgb(132,133,89); }
H1.HeaderClassName
{
color: #848559;
}
.AnyTagClassName
{
color: #848559;
}
</style>
background-color css
<style>
a { background-color: #848559; }
a { background-color: rgb(132,133,89); }
div.DivClassName
{
background-color: #848559;
}
.BgClassName
{
background-color: #848559;
}
</style>
border-color css
<style>
span { border-color: #848559; }
span { border-color: rgb(132,133,89); }
td.TdClassName
{
border-color: #848559;
}
.TagClassName
{
border-color: #848559;
}
</style>