Shades of Wasabi #858839
Tints of Wasabi #858839
RGB
CMYK
RGB Variations
Color information
#858839 (or 0x858839) is known color: Wasabi. HEX triplet: 85, 88 and 39. RGB value is (133,136,57). Sum of RGB (Red+Green+Blue) = 133+136+57=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #858839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858839 is #7A77C6. Grayscale: #7E7E7E. Windows color (decimal): -8026055 or 3770501. OLE color: 3770501.
HSL color Cylindrical-coordinate representation of color #858839: hue angle of 62.28º 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 #858839 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 57 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.47 |
| HSL | 62.28º | 0.41% | 0.38% | - |
| HSV(B) | 62.28º | 0.58% | 0.53% | - |
| XYZ | 19.22 | 22.89 | 7.28 | - |
| YUV | 126.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 57 | 0.02 | 0 | 0.58 | 0.47 | 62.28 | 0.41 | 0.38 |
| Hex | 85 | 88 | 39 | 2 | 0 | 3A | 2F | 3E | 29 | 26 |
| Octal | 205 | 210 | 71 | 2 | 0 | 72 | 57 | 76 | 51 | 46 |
| Binary | 10000101 | 10001000 | 111001 | 10 | 0 | 111010 | 101111 | 111110 | 101001 | 100110 |
Color Harmonies of #858839
Complementary color
Monochromatic Colors of #858839
Black with #858839
Text Example
Text Example
White with #858839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858839; }
p { color: rgb(133,136,57); }
H1.HeaderClassName
{
color: #858839;
}
.AnyTagClassName
{
color: #858839;
}
</style>
background-color css
<style>
a { background-color: #858839; }
a { background-color: rgb(133,136,57); }
div.DivClassName
{
background-color: #858839;
}
.BgClassName
{
background-color: #858839;
}
</style>
border-color css
<style>
span { border-color: #858839; }
span { border-color: rgb(133,136,57); }
td.TdClassName
{
border-color: #858839;
}
.TagClassName
{
border-color: #858839;
}
</style>