Shades of Bandicoot #85845C
Tints of Bandicoot #85845C
RGB
CMYK
RGB Variations
Color information
#85845C (or 0x85845C) is known color: Bandicoot. HEX triplet: 85, 84 and 5C. RGB value is (133,132,92). Sum of RGB (Red+Green+Blue) = 133+132+92=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85845C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85845C is #7A7BA3. Grayscale: #7F7F7F. Windows color (decimal): -8027044 or 6063237. OLE color: 6063237.
HSL color Cylindrical-coordinate representation of color #85845C: hue angle of 58.54º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85845C is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 132 | 92 | - |
CMYK | 0 | 0.01 | 0.31 | 0.48 |
HSL | 58.54º | 0.18% | 0.44% | - |
HSV(B) | 58.54º | 0.31% | 0.52% | - |
XYZ | 19.86 | 22.26 | 13.38 | - |
YUV | 127.74 | 107.83 | 131.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 132 | 92 | 0 | 0.01 | 0.31 | 0.48 | 58.54 | 0.18 | 0.44 |
Hex | 85 | 84 | 5C | 0 | 1 | 1F | 30 | 3B | 12 | 2C |
Octal | 205 | 204 | 134 | 0 | 1 | 37 | 60 | 73 | 22 | 54 |
Binary | 10000101 | 10000100 | 1011100 | 0 | 1 | 11111 | 110000 | 111011 | 10010 | 101100 |
Color Harmonies of #85845C
Complementary color
Monochromatic Colors of #85845C
Black with #85845C
Text Example
Text Example
White with #85845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85845C; }
p { color: rgb(133,132,92); }
H1.HeaderClassName
{
color: #85845C;
}
.AnyTagClassName
{
color: #85845C;
}
</style>
background-color css
<style>
a { background-color: #85845C; }
a { background-color: rgb(133,132,92); }
div.DivClassName
{
background-color: #85845C;
}
.BgClassName
{
background-color: #85845C;
}
</style>
border-color css
<style>
span { border-color: #85845C; }
span { border-color: rgb(133,132,92); }
td.TdClassName
{
border-color: #85845C;
}
.TagClassName
{
border-color: #85845C;
}
</style>