Shades of Wasabi #85893A
Tints of Wasabi #85893A
RGB
CMYK
RGB Variations
Color information
#85893A (or 0x85893A) is known color: Wasabi. HEX triplet: 85, 89 and 3A. RGB value is (133,137,58). Sum of RGB (Red+Green+Blue) = 133+137+58=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #85893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893A is #7A76C5. Grayscale: #7F7F7F. Windows color (decimal): -8025798 or 3836293. OLE color: 3836293.
HSL color Cylindrical-coordinate representation of color #85893A: hue angle of 63.04º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85893A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 58 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.46 |
| HSL | 63.04º | 0.41% | 0.38% | - |
| HSV(B) | 63.04º | 0.58% | 0.54% | - |
| XYZ | 19.38 | 23.18 | 7.46 | - |
| YUV | 126.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 58 | 0.03 | 0 | 0.58 | 0.46 | 63.04 | 0.41 | 0.38 |
| Hex | 85 | 89 | 3A | 3 | 0 | 3A | 2E | 3F | 29 | 26 |
| Octal | 205 | 211 | 72 | 3 | 0 | 72 | 56 | 77 | 51 | 46 |
| Binary | 10000101 | 10001001 | 111010 | 11 | 0 | 111010 | 101110 | 111111 | 101001 | 100110 |
Color Harmonies of #85893A
Complementary color
Monochromatic Colors of #85893A
Black with #85893A
Text Example
Text Example
White with #85893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85893A; }
p { color: rgb(133,137,58); }
H1.HeaderClassName
{
color: #85893A;
}
.AnyTagClassName
{
color: #85893A;
}
</style>
background-color css
<style>
a { background-color: #85893A; }
a { background-color: rgb(133,137,58); }
div.DivClassName
{
background-color: #85893A;
}
.BgClassName
{
background-color: #85893A;
}
</style>
border-color css
<style>
span { border-color: #85893A; }
span { border-color: rgb(133,137,58); }
td.TdClassName
{
border-color: #85893A;
}
.TagClassName
{
border-color: #85893A;
}
</style>