Shades of Wasabi #85964E
Tints of Wasabi #85964E
RGB
CMYK
RGB Variations
Color information
#85964E (or 0x85964E) is known color: Wasabi. HEX triplet: 85, 96 and 4E. RGB value is (133,150,78). Sum of RGB (Red+Green+Blue) = 133+150+78=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #85964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85964E is #7A69B1. Grayscale: #888888. Windows color (decimal): -8022450 or 5150341. OLE color: 5150341.
HSL color Cylindrical-coordinate representation of color #85964E: hue angle of 74.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85964E is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 78 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.41 |
| HSL | 74.17º | 0.32% | 0.45% | - |
| HSV(B) | 74.17º | 0.48% | 0.59% | - |
| XYZ | 21.95 | 27.35 | 11.33 | - |
| YUV | 136.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 78 | 0.11 | 0 | 0.48 | 0.41 | 74.17 | 0.32 | 0.45 |
| Hex | 85 | 96 | 4E | B | 0 | 30 | 29 | 4A | 20 | 2D |
| Octal | 205 | 226 | 116 | 13 | 0 | 60 | 51 | 112 | 40 | 55 |
| Binary | 10000101 | 10010110 | 1001110 | 1011 | 0 | 110000 | 101001 | 1001010 | 100000 | 101101 |
Color Harmonies of #85964E
Complementary color
Monochromatic Colors of #85964E
Black with #85964E
Text Example
Text Example
White with #85964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85964E; }
p { color: rgb(133,150,78); }
H1.HeaderClassName
{
color: #85964E;
}
.AnyTagClassName
{
color: #85964E;
}
</style>
background-color css
<style>
a { background-color: #85964E; }
a { background-color: rgb(133,150,78); }
div.DivClassName
{
background-color: #85964E;
}
.BgClassName
{
background-color: #85964E;
}
</style>
border-color css
<style>
span { border-color: #85964E; }
span { border-color: rgb(133,150,78); }
td.TdClassName
{
border-color: #85964E;
}
.TagClassName
{
border-color: #85964E;
}
</style>