Shades of Wasabi #85894C
Tints of Wasabi #85894C
RGB
CMYK
RGB Variations
Color information
#85894C (or 0x85894C) is known color: Wasabi. HEX triplet: 85, 89 and 4C. RGB value is (133,137,76). Sum of RGB (Red+Green+Blue) = 133+137+76=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #85894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85894C is #7A76B3. Grayscale: #818181. Windows color (decimal): -8025780 or 5015941. OLE color: 5015941.
HSL color Cylindrical-coordinate representation of color #85894C: hue angle of 63.93º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85894C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 76 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.46 |
| HSL | 63.93º | 0.29% | 0.42% | - |
| HSV(B) | 63.93º | 0.45% | 0.54% | - |
| XYZ | 19.92 | 23.4 | 10.3 | - |
| YUV | 128.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 76 | 0.03 | 0 | 0.45 | 0.46 | 63.93 | 0.29 | 0.42 |
| Hex | 85 | 89 | 4C | 3 | 0 | 2D | 2E | 40 | 1D | 2A |
| Octal | 205 | 211 | 114 | 3 | 0 | 55 | 56 | 100 | 35 | 52 |
| Binary | 10000101 | 10001001 | 1001100 | 11 | 0 | 101101 | 101110 | 1000000 | 11101 | 101010 |
Color Harmonies of #85894C
Complementary color
Monochromatic Colors of #85894C
Black with #85894C
Text Example
Text Example
White with #85894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85894C; }
p { color: rgb(133,137,76); }
H1.HeaderClassName
{
color: #85894C;
}
.AnyTagClassName
{
color: #85894C;
}
</style>
background-color css
<style>
a { background-color: #85894C; }
a { background-color: rgb(133,137,76); }
div.DivClassName
{
background-color: #85894C;
}
.BgClassName
{
background-color: #85894C;
}
</style>
border-color css
<style>
span { border-color: #85894C; }
span { border-color: rgb(133,137,76); }
td.TdClassName
{
border-color: #85894C;
}
.TagClassName
{
border-color: #85894C;
}
</style>