Shades of Bandicoot #85865C
Tints of Bandicoot #85865C
RGB
CMYK
RGB Variations
Color information
#85865C (or 0x85865C) is known color: Bandicoot. HEX triplet: 85, 86 and 5C. RGB value is (133,134,92). Sum of RGB (Red+Green+Blue) = 133+134+92=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #85865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85865C is #7A79A3. Grayscale: #818181. Windows color (decimal): -8026532 or 6063749. OLE color: 6063749.
HSL color Cylindrical-coordinate representation of color #85865C: hue angle of 61.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85865C is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
RGB | 133 | 134 | 92 | - |
CMYK | 0.01 | 0 | 0.31 | 0.47 |
HSL | 61.43º | 0.19% | 0.44% | - |
HSV(B) | 61.43º | 0.31% | 0.53% | - |
XYZ | 20.13 | 22.81 | 13.47 | - |
YUV | 128.91 | 107.17 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 134 | 92 | 0.01 | 0 | 0.31 | 0.47 | 61.43 | 0.19 | 0.44 |
Hex | 85 | 86 | 5C | 1 | 0 | 1F | 2F | 3D | 13 | 2C |
Octal | 205 | 206 | 134 | 1 | 0 | 37 | 57 | 75 | 23 | 54 |
Binary | 10000101 | 10000110 | 1011100 | 1 | 0 | 11111 | 101111 | 111101 | 10011 | 101100 |
Color Harmonies of #85865C
Complementary color
Monochromatic Colors of #85865C
Black with #85865C
Text Example
Text Example
White with #85865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85865C; }
p { color: rgb(133,134,92); }
H1.HeaderClassName
{
color: #85865C;
}
.AnyTagClassName
{
color: #85865C;
}
</style>
background-color css
<style>
a { background-color: #85865C; }
a { background-color: rgb(133,134,92); }
div.DivClassName
{
background-color: #85865C;
}
.BgClassName
{
background-color: #85865C;
}
</style>
border-color css
<style>
span { border-color: #85865C; }
span { border-color: rgb(133,134,92); }
td.TdClassName
{
border-color: #85865C;
}
.TagClassName
{
border-color: #85865C;
}
</style>