Shades of Bandicoot #838265
Tints of Bandicoot #838265
RGB
CMYK
RGB Variations
Color information
#838265 (or 0x838265) is known color: Bandicoot. HEX triplet: 83, 82 and 65. RGB value is (131,130,101). Sum of RGB (Red+Green+Blue) = 131+130+101=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 131 - color contains mainly: red. Hex color #838265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838265 is #7C7D9A. Grayscale: #7F7F7F. Windows color (decimal): -8158619 or 6652547. OLE color: 6652547.
HSL color Cylindrical-coordinate representation of color #838265: hue angle of 58º 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 #838265 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 130 | 101 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.49 |
| HSL | 58º | 0.13% | 0.45% | - |
| HSV(B) | 58º | 0.23% | 0.51% | - |
| XYZ | 19.69 | 21.73 | 15.47 | - |
| YUV | 126.99 | 113.33 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 130 | 101 | 0 | 0.01 | 0.23 | 0.49 | 58 | 0.13 | 0.45 |
| Hex | 83 | 82 | 65 | 0 | 1 | 17 | 31 | 3A | D | 2D |
| Octal | 203 | 202 | 145 | 0 | 1 | 27 | 61 | 72 | 15 | 55 |
| Binary | 10000011 | 10000010 | 1100101 | 0 | 1 | 10111 | 110001 | 111010 | 1101 | 101101 |
Color Harmonies of #838265
Complementary color
Monochromatic Colors of #838265
Black with #838265
Text Example
Text Example
White with #838265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838265; }
p { color: rgb(131,130,101); }
H1.HeaderClassName
{
color: #838265;
}
.AnyTagClassName
{
color: #838265;
}
</style>
background-color css
<style>
a { background-color: #838265; }
a { background-color: rgb(131,130,101); }
div.DivClassName
{
background-color: #838265;
}
.BgClassName
{
background-color: #838265;
}
</style>
border-color css
<style>
span { border-color: #838265; }
span { border-color: rgb(131,130,101); }
td.TdClassName
{
border-color: #838265;
}
.TagClassName
{
border-color: #838265;
}
</style>