Shades of Bandicoot #837F65
Tints of Bandicoot #837F65
RGB
CMYK
RGB Variations
Color information
#837F65 (or 0x837F65) is known color: Bandicoot. HEX triplet: 83, 7F and 65. RGB value is (131,127,101). Sum of RGB (Red+Green+Blue) = 131+127+101=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 131 - color contains mainly: red. Hex color #837F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837F65 is #7C809A. Grayscale: #7D7D7D. Windows color (decimal): -8159387 or 6651779. OLE color: 6651779.
HSL color Cylindrical-coordinate representation of color #837F65: hue angle of 52º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #837F65 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 127 | 101 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.49 |
| HSL | 52º | 0.13% | 0.45% | - |
| HSV(B) | 52º | 0.23% | 0.51% | - |
| XYZ | 19.3 | 20.94 | 15.34 | - |
| YUV | 125.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 127 | 101 | 0 | 0.03 | 0.23 | 0.49 | 52 | 0.13 | 0.45 |
| Hex | 83 | 7F | 65 | 0 | 3 | 17 | 31 | 34 | D | 2D |
| Octal | 203 | 177 | 145 | 0 | 3 | 27 | 61 | 64 | 15 | 55 |
| Binary | 10000011 | 1111111 | 1100101 | 0 | 11 | 10111 | 110001 | 110100 | 1101 | 101101 |
Color Harmonies of #837F65
Complementary color
Monochromatic Colors of #837F65
Black with #837F65
Text Example
Text Example
White with #837F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837F65; }
p { color: rgb(131,127,101); }
H1.HeaderClassName
{
color: #837F65;
}
.AnyTagClassName
{
color: #837F65;
}
</style>
background-color css
<style>
a { background-color: #837F65; }
a { background-color: rgb(131,127,101); }
div.DivClassName
{
background-color: #837F65;
}
.BgClassName
{
background-color: #837F65;
}
</style>
border-color css
<style>
span { border-color: #837F65; }
span { border-color: rgb(131,127,101); }
td.TdClassName
{
border-color: #837F65;
}
.TagClassName
{
border-color: #837F65;
}
</style>