Shades of Wasabi #858B39
Tints of Wasabi #858B39
RGB
CMYK
RGB Variations
Color information
#858B39 (or 0x858B39) is known color: Wasabi. HEX triplet: 85, 8B and 39. RGB value is (133,139,57). Sum of RGB (Red+Green+Blue) = 133+139+57=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #858B39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B39 is #7A74C6. Grayscale: #808080. Windows color (decimal): -8025287 or 3771269. OLE color: 3771269.
HSL color Cylindrical-coordinate representation of color #858B39: hue angle of 64.39º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #858B39 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 57 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.45 |
| HSL | 64.39º | 0.42% | 0.38% | - |
| HSV(B) | 64.39º | 0.59% | 0.55% | - |
| XYZ | 19.64 | 23.75 | 7.42 | - |
| YUV | 127.86 | 88.01 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 57 | 0.04 | 0 | 0.59 | 0.45 | 64.39 | 0.42 | 0.38 |
| Hex | 85 | 8B | 39 | 4 | 0 | 3B | 2D | 40 | 2A | 26 |
| Octal | 205 | 213 | 71 | 4 | 0 | 73 | 55 | 100 | 52 | 46 |
| Binary | 10000101 | 10001011 | 111001 | 100 | 0 | 111011 | 101101 | 1000000 | 101010 | 100110 |
Color Harmonies of #858B39
Complementary color
Monochromatic Colors of #858B39
Black with #858B39
Text Example
Text Example
White with #858B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B39; }
p { color: rgb(133,139,57); }
H1.HeaderClassName
{
color: #858B39;
}
.AnyTagClassName
{
color: #858B39;
}
</style>
background-color css
<style>
a { background-color: #858B39; }
a { background-color: rgb(133,139,57); }
div.DivClassName
{
background-color: #858B39;
}
.BgClassName
{
background-color: #858B39;
}
</style>
border-color css
<style>
span { border-color: #858B39; }
span { border-color: rgb(133,139,57); }
td.TdClassName
{
border-color: #858B39;
}
.TagClassName
{
border-color: #858B39;
}
</style>