Shades of Bandicoot #84815E
Tints of Bandicoot #84815E
RGB
CMYK
RGB Variations
Color information
#84815E (or 0x84815E) is known color: Bandicoot. HEX triplet: 84, 81 and 5E. RGB value is (132,129,94). Sum of RGB (Red+Green+Blue) = 132+129+94=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 132 - color contains mainly: red. Hex color #84815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84815E is #7B7EA1. Grayscale: #7E7E7E. Windows color (decimal): -8093346 or 6193540. OLE color: 6193540.
HSL color Cylindrical-coordinate representation of color #84815E: hue angle of 55.26º 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 #84815E is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 129 | 94 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.48 |
| HSL | 55.26º | 0.17% | 0.44% | - |
| HSV(B) | 55.26º | 0.29% | 0.52% | - |
| XYZ | 19.39 | 21.41 | 13.7 | - |
| YUV | 125.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 94 | 0 | 0.02 | 0.29 | 0.48 | 55.26 | 0.17 | 0.44 |
| Hex | 84 | 81 | 5E | 0 | 2 | 1D | 30 | 37 | 11 | 2C |
| Octal | 204 | 201 | 136 | 0 | 2 | 35 | 60 | 67 | 21 | 54 |
| Binary | 10000100 | 10000001 | 1011110 | 0 | 10 | 11101 | 110000 | 110111 | 10001 | 101100 |
Color Harmonies of #84815E
Complementary color
Monochromatic Colors of #84815E
Black with #84815E
Text Example
Text Example
White with #84815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84815E; }
p { color: rgb(132,129,94); }
H1.HeaderClassName
{
color: #84815E;
}
.AnyTagClassName
{
color: #84815E;
}
</style>
background-color css
<style>
a { background-color: #84815E; }
a { background-color: rgb(132,129,94); }
div.DivClassName
{
background-color: #84815E;
}
.BgClassName
{
background-color: #84815E;
}
</style>
border-color css
<style>
span { border-color: #84815E; }
span { border-color: rgb(132,129,94); }
td.TdClassName
{
border-color: #84815E;
}
.TagClassName
{
border-color: #84815E;
}
</style>