Shades of Wasabi #85893E
Tints of Wasabi #85893E
RGB
CMYK
RGB Variations
Color information
#85893E (or 0x85893E) is known color: Wasabi. HEX triplet: 85, 89 and 3E. RGB value is (133,137,62). Sum of RGB (Red+Green+Blue) = 133+137+62=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #85893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893E is #7A76C1. Grayscale: #7F7F7F. Windows color (decimal): -8025794 or 4098437. OLE color: 4098437.
HSL color Cylindrical-coordinate representation of color #85893E: hue angle of 63.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85893E is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 62 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.46 |
| HSL | 63.2º | 0.38% | 0.39% | - |
| HSV(B) | 63.2º | 0.55% | 0.54% | - |
| XYZ | 19.49 | 23.23 | 8.01 | - |
| YUV | 127.25 | 91.17 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 62 | 0.03 | 0 | 0.55 | 0.46 | 63.2 | 0.38 | 0.39 |
| Hex | 85 | 89 | 3E | 3 | 0 | 37 | 2E | 3F | 26 | 27 |
| Octal | 205 | 211 | 76 | 3 | 0 | 67 | 56 | 77 | 46 | 47 |
| Binary | 10000101 | 10001001 | 111110 | 11 | 0 | 110111 | 101110 | 111111 | 100110 | 100111 |
Color Harmonies of #85893E
Complementary color
Monochromatic Colors of #85893E
Black with #85893E
Text Example
Text Example
White with #85893E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85893E; }
p { color: rgb(133,137,62); }
H1.HeaderClassName
{
color: #85893E;
}
.AnyTagClassName
{
color: #85893E;
}
</style>
background-color css
<style>
a { background-color: #85893E; }
a { background-color: rgb(133,137,62); }
div.DivClassName
{
background-color: #85893E;
}
.BgClassName
{
background-color: #85893E;
}
</style>
border-color css
<style>
span { border-color: #85893E; }
span { border-color: rgb(133,137,62); }
td.TdClassName
{
border-color: #85893E;
}
.TagClassName
{
border-color: #85893E;
}
</style>