Shades of Bandicoot #84845A
Tints of Bandicoot #84845A
RGB
CMYK
RGB Variations
Color information
#84845A (or 0x84845A) is known color: Bandicoot. HEX triplet: 84, 84 and 5A. RGB value is (132,132,90). Sum of RGB (Red+Green+Blue) = 132+132+90=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84845A is #7B7BA5. Grayscale: #7F7F7F. Windows color (decimal): -8092582 or 5932164. OLE color: 5932164.
HSL color Cylindrical-coordinate representation of color #84845A: hue angle of 60º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84845A is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 132 | 90 | - |
| CMYK | 0 | 0 | 0.32 | 0.48 |
| HSL | 60º | 0.19% | 0.44% | - |
| HSV(B) | 60º | 0.32% | 0.52% | - |
| XYZ | 19.61 | 22.15 | 12.91 | - |
| YUV | 127.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 132 | 90 | 0 | 0 | 0.32 | 0.48 | 60 | 0.19 | 0.44 |
| Hex | 84 | 84 | 5A | 0 | 0 | 20 | 30 | 3C | 13 | 2C |
| Octal | 204 | 204 | 132 | 0 | 0 | 40 | 60 | 74 | 23 | 54 |
| Binary | 10000100 | 10000100 | 1011010 | 0 | 0 | 100000 | 110000 | 111100 | 10011 | 101100 |
Color Harmonies of #84845A
Complementary color
Monochromatic Colors of #84845A
Black with #84845A
Text Example
Text Example
White with #84845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84845A; }
p { color: rgb(132,132,90); }
H1.HeaderClassName
{
color: #84845A;
}
.AnyTagClassName
{
color: #84845A;
}
</style>
background-color css
<style>
a { background-color: #84845A; }
a { background-color: rgb(132,132,90); }
div.DivClassName
{
background-color: #84845A;
}
.BgClassName
{
background-color: #84845A;
}
</style>
border-color css
<style>
span { border-color: #84845A; }
span { border-color: rgb(132,132,90); }
td.TdClassName
{
border-color: #84845A;
}
.TagClassName
{
border-color: #84845A;
}
</style>