Shades of Wasabi #85894D
Tints of Wasabi #85894D
RGB
CMYK
RGB Variations
Color information
#85894D (or 0x85894D) is known color: Wasabi. HEX triplet: 85, 89 and 4D. RGB value is (133,137,77). Sum of RGB (Red+Green+Blue) = 133+137+77=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #85894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85894D is #7A76B2. Grayscale: #818181. Windows color (decimal): -8025779 or 5081477. OLE color: 5081477.
HSL color Cylindrical-coordinate representation of color #85894D: hue angle of 64º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85894D is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 77 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.46 |
| HSL | 64º | 0.28% | 0.42% | - |
| HSV(B) | 64º | 0.44% | 0.54% | - |
| XYZ | 19.96 | 23.41 | 10.49 | - |
| YUV | 128.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 77 | 0.03 | 0 | 0.44 | 0.46 | 64 | 0.28 | 0.42 |
| Hex | 85 | 89 | 4D | 3 | 0 | 2C | 2E | 40 | 1C | 2A |
| Octal | 205 | 211 | 115 | 3 | 0 | 54 | 56 | 100 | 34 | 52 |
| Binary | 10000101 | 10001001 | 1001101 | 11 | 0 | 101100 | 101110 | 1000000 | 11100 | 101010 |
Color Harmonies of #85894D
Complementary color
Monochromatic Colors of #85894D
Black with #85894D
Text Example
Text Example
White with #85894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85894D; }
p { color: rgb(133,137,77); }
H1.HeaderClassName
{
color: #85894D;
}
.AnyTagClassName
{
color: #85894D;
}
</style>
background-color css
<style>
a { background-color: #85894D; }
a { background-color: rgb(133,137,77); }
div.DivClassName
{
background-color: #85894D;
}
.BgClassName
{
background-color: #85894D;
}
</style>
border-color css
<style>
span { border-color: #85894D; }
span { border-color: rgb(133,137,77); }
td.TdClassName
{
border-color: #85894D;
}
.TagClassName
{
border-color: #85894D;
}
</style>