Shades of Wasabi #85914E
Tints of Wasabi #85914E
RGB
CMYK
RGB Variations
Color information
#85914E (or 0x85914E) is known color: Wasabi. HEX triplet: 85, 91 and 4E. RGB value is (133,145,78). Sum of RGB (Red+Green+Blue) = 133+145+78=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #85914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85914E is #7A6EB1. Grayscale: #868686. Windows color (decimal): -8023730 or 5149061. OLE color: 5149061.
HSL color Cylindrical-coordinate representation of color #85914E: hue angle of 70.75º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85914E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 78 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.43 |
| HSL | 70.75º | 0.3% | 0.44% | - |
| HSV(B) | 70.75º | 0.46% | 0.57% | - |
| XYZ | 21.17 | 25.79 | 11.07 | - |
| YUV | 133.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 78 | 0.08 | 0 | 0.46 | 0.43 | 70.75 | 0.3 | 0.44 |
| Hex | 85 | 91 | 4E | 8 | 0 | 2E | 2B | 47 | 1E | 2C |
| Octal | 205 | 221 | 116 | 10 | 0 | 56 | 53 | 107 | 36 | 54 |
| Binary | 10000101 | 10010001 | 1001110 | 1000 | 0 | 101110 | 101011 | 1000111 | 11110 | 101100 |
Color Harmonies of #85914E
Complementary color
Monochromatic Colors of #85914E
Black with #85914E
Text Example
Text Example
White with #85914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85914E; }
p { color: rgb(133,145,78); }
H1.HeaderClassName
{
color: #85914E;
}
.AnyTagClassName
{
color: #85914E;
}
</style>
background-color css
<style>
a { background-color: #85914E; }
a { background-color: rgb(133,145,78); }
div.DivClassName
{
background-color: #85914E;
}
.BgClassName
{
background-color: #85914E;
}
</style>
border-color css
<style>
span { border-color: #85914E; }
span { border-color: rgb(133,145,78); }
td.TdClassName
{
border-color: #85914E;
}
.TagClassName
{
border-color: #85914E;
}
</style>