Shades of Wasabi #858739
Tints of Wasabi #858739
RGB
CMYK
RGB Variations
Color information
#858739 (or 0x858739) is known color: Wasabi. HEX triplet: 85, 87 and 39. RGB value is (133,135,57). Sum of RGB (Red+Green+Blue) = 133+135+57=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 135 (53.12% from 255 or 41.54% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 135 - color contains mainly: green. Hex color #858739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858739 is #7A78C6. Grayscale: #7D7D7D. Windows color (decimal): -8026311 or 3770245. OLE color: 3770245.
HSL color Cylindrical-coordinate representation of color #858739: hue angle of 61.54º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #858739 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 57 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.47 |
| HSL | 61.54º | 0.41% | 0.38% | - |
| HSV(B) | 61.54º | 0.58% | 0.53% | - |
| XYZ | 19.08 | 22.61 | 7.23 | - |
| YUV | 125.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 57 | 0.01 | 0 | 0.58 | 0.47 | 61.54 | 0.41 | 0.38 |
| Hex | 85 | 87 | 39 | 1 | 0 | 3A | 2F | 3E | 29 | 26 |
| Octal | 205 | 207 | 71 | 1 | 0 | 72 | 57 | 76 | 51 | 46 |
| Binary | 10000101 | 10000111 | 111001 | 1 | 0 | 111010 | 101111 | 111110 | 101001 | 100110 |
Color Harmonies of #858739
Complementary color
Monochromatic Colors of #858739
Black with #858739
Text Example
Text Example
White with #858739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858739; }
p { color: rgb(133,135,57); }
H1.HeaderClassName
{
color: #858739;
}
.AnyTagClassName
{
color: #858739;
}
</style>
background-color css
<style>
a { background-color: #858739; }
a { background-color: rgb(133,135,57); }
div.DivClassName
{
background-color: #858739;
}
.BgClassName
{
background-color: #858739;
}
</style>
border-color css
<style>
span { border-color: #858739; }
span { border-color: rgb(133,135,57); }
td.TdClassName
{
border-color: #858739;
}
.TagClassName
{
border-color: #858739;
}
</style>