Shades of Bandicoot #87825C
Tints of Bandicoot #87825C
RGB
CMYK
RGB Variations
Color information
#87825C (or 0x87825C) is known color: Bandicoot. HEX triplet: 87, 82 and 5C. RGB value is (135,130,92). Sum of RGB (Red+Green+Blue) = 135+130+92=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87825C is #787DA3. Grayscale: #7F7F7F. Windows color (decimal): -7896484 or 6062727. OLE color: 6062727.
HSL color Cylindrical-coordinate representation of color #87825C: hue angle of 53.02º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87825C is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 130 | 92 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.47 |
| HSL | 53.02º | 0.19% | 0.45% | - |
| HSV(B) | 53.02º | 0.32% | 0.53% | - |
| XYZ | 19.91 | 21.89 | 13.3 | - |
| YUV | 127.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 130 | 92 | 0 | 0.04 | 0.32 | 0.47 | 53.02 | 0.19 | 0.45 |
| Hex | 87 | 82 | 5C | 0 | 4 | 20 | 2F | 35 | 13 | 2D |
| Octal | 207 | 202 | 134 | 0 | 4 | 40 | 57 | 65 | 23 | 55 |
| Binary | 10000111 | 10000010 | 1011100 | 0 | 100 | 100000 | 101111 | 110101 | 10011 | 101101 |
Color Harmonies of #87825C
Complementary color
Monochromatic Colors of #87825C
Black with #87825C
Text Example
Text Example
White with #87825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87825C; }
p { color: rgb(135,130,92); }
H1.HeaderClassName
{
color: #87825C;
}
.AnyTagClassName
{
color: #87825C;
}
</style>
background-color css
<style>
a { background-color: #87825C; }
a { background-color: rgb(135,130,92); }
div.DivClassName
{
background-color: #87825C;
}
.BgClassName
{
background-color: #87825C;
}
</style>
border-color css
<style>
span { border-color: #87825C; }
span { border-color: rgb(135,130,92); }
td.TdClassName
{
border-color: #87825C;
}
.TagClassName
{
border-color: #87825C;
}
</style>