Shades of Bandicoot #84825E
Tints of Bandicoot #84825E
RGB
CMYK
RGB Variations
Color information
#84825E (or 0x84825E) is known color: Bandicoot. HEX triplet: 84, 82 and 5E. RGB value is (132,130,94). Sum of RGB (Red+Green+Blue) = 132+130+94=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84825E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84825E is #7B7DA1. Grayscale: #7E7E7E. Windows color (decimal): -8093090 or 6193796. OLE color: 6193796.
HSL color Cylindrical-coordinate representation of color #84825E: hue angle of 56.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84825E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 94 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.48 |
| HSL | 56.84º | 0.17% | 0.44% | - |
| HSV(B) | 56.84º | 0.29% | 0.52% | - |
| XYZ | 19.52 | 21.68 | 13.75 | - |
| YUV | 126.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 94 | 0 | 0.02 | 0.29 | 0.48 | 56.84 | 0.17 | 0.44 |
| Hex | 84 | 82 | 5E | 0 | 2 | 1D | 30 | 39 | 11 | 2C |
| Octal | 204 | 202 | 136 | 0 | 2 | 35 | 60 | 71 | 21 | 54 |
| Binary | 10000100 | 10000010 | 1011110 | 0 | 10 | 11101 | 110000 | 111001 | 10001 | 101100 |
Color Harmonies of #84825E
Complementary color
Monochromatic Colors of #84825E
Black with #84825E
Text Example
Text Example
White with #84825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84825E; }
p { color: rgb(132,130,94); }
H1.HeaderClassName
{
color: #84825E;
}
.AnyTagClassName
{
color: #84825E;
}
</style>
background-color css
<style>
a { background-color: #84825E; }
a { background-color: rgb(132,130,94); }
div.DivClassName
{
background-color: #84825E;
}
.BgClassName
{
background-color: #84825E;
}
</style>
border-color css
<style>
span { border-color: #84825E; }
span { border-color: rgb(132,130,94); }
td.TdClassName
{
border-color: #84825E;
}
.TagClassName
{
border-color: #84825E;
}
</style>