Shades of Bandicoot #838559
Tints of Bandicoot #838559
RGB
CMYK
RGB Variations
Color information
#838559 (or 0x838559) is known color: Bandicoot. HEX triplet: 83, 85 and 59. RGB value is (131,133,89). Sum of RGB (Red+Green+Blue) = 131+133+89=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #838559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838559 is #7C7AA6. Grayscale: #7F7F7F. Windows color (decimal): -8157863 or 5866883. OLE color: 5866883.
HSL color Cylindrical-coordinate representation of color #838559: hue angle of 62.73º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #838559 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 131 | 133 | 89 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.48 |
| HSL | 62.73º | 0.2% | 0.44% | - |
| HSV(B) | 62.73º | 0.33% | 0.52% | - |
| XYZ | 19.55 | 22.32 | 12.73 | - |
| YUV | 127.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 133 | 89 | 0.02 | 0 | 0.33 | 0.48 | 62.73 | 0.2 | 0.44 |
| Hex | 83 | 85 | 59 | 2 | 0 | 21 | 30 | 3F | 14 | 2C |
| Octal | 203 | 205 | 131 | 2 | 0 | 41 | 60 | 77 | 24 | 54 |
| Binary | 10000011 | 10000101 | 1011001 | 10 | 0 | 100001 | 110000 | 111111 | 10100 | 101100 |
Color Harmonies of #838559
Complementary color
Monochromatic Colors of #838559
Black with #838559
Text Example
Text Example
White with #838559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838559; }
p { color: rgb(131,133,89); }
H1.HeaderClassName
{
color: #838559;
}
.AnyTagClassName
{
color: #838559;
}
</style>
background-color css
<style>
a { background-color: #838559; }
a { background-color: rgb(131,133,89); }
div.DivClassName
{
background-color: #838559;
}
.BgClassName
{
background-color: #838559;
}
</style>
border-color css
<style>
span { border-color: #838559; }
span { border-color: rgb(131,133,89); }
td.TdClassName
{
border-color: #838559;
}
.TagClassName
{
border-color: #838559;
}
</style>