Shades of Bandicoot #84815F
Tints of Bandicoot #84815F
RGB
CMYK
RGB Variations
Color information
#84815F (or 0x84815F) is known color: Bandicoot. HEX triplet: 84, 81 and 5F. RGB value is (132,129,95). Sum of RGB (Red+Green+Blue) = 132+129+95=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 132 - color contains mainly: red. Hex color #84815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84815F is #7B7EA0. Grayscale: #7E7E7E. Windows color (decimal): -8093345 or 6259076. OLE color: 6259076.
HSL color Cylindrical-coordinate representation of color #84815F: hue angle of 55.14º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84815F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 95 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.48 |
| HSL | 55.14º | 0.16% | 0.45% | - |
| HSV(B) | 55.14º | 0.28% | 0.52% | - |
| XYZ | 19.43 | 21.43 | 13.94 | - |
| YUV | 126.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 95 | 0 | 0.02 | 0.28 | 0.48 | 55.14 | 0.16 | 0.45 |
| Hex | 84 | 81 | 5F | 0 | 2 | 1C | 30 | 37 | 10 | 2D |
| Octal | 204 | 201 | 137 | 0 | 2 | 34 | 60 | 67 | 20 | 55 |
| Binary | 10000100 | 10000001 | 1011111 | 0 | 10 | 11100 | 110000 | 110111 | 10000 | 101101 |
Color Harmonies of #84815F
Complementary color
Monochromatic Colors of #84815F
Black with #84815F
Text Example
Text Example
White with #84815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84815F; }
p { color: rgb(132,129,95); }
H1.HeaderClassName
{
color: #84815F;
}
.AnyTagClassName
{
color: #84815F;
}
</style>
background-color css
<style>
a { background-color: #84815F; }
a { background-color: rgb(132,129,95); }
div.DivClassName
{
background-color: #84815F;
}
.BgClassName
{
background-color: #84815F;
}
</style>
border-color css
<style>
span { border-color: #84815F; }
span { border-color: rgb(132,129,95); }
td.TdClassName
{
border-color: #84815F;
}
.TagClassName
{
border-color: #84815F;
}
</style>