Shades of Wasabi #858B44
Tints of Wasabi #858B44
RGB
CMYK
RGB Variations
Color information
#858B44 (or 0x858B44) is known color: Wasabi. HEX triplet: 85, 8B and 44. RGB value is (133,139,68). Sum of RGB (Red+Green+Blue) = 133+139+68=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #858B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B44 is #7A74BB. Grayscale: #818181. Windows color (decimal): -8025276 or 4492165. OLE color: 4492165.
HSL color Cylindrical-coordinate representation of color #858B44: hue angle of 65.07º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #858B44 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 68 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.45 |
| HSL | 65.07º | 0.34% | 0.41% | - |
| HSV(B) | 65.07º | 0.51% | 0.55% | - |
| XYZ | 19.95 | 23.87 | 9.02 | - |
| YUV | 129.11 | 93.51 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 68 | 0.04 | 0 | 0.51 | 0.45 | 65.07 | 0.34 | 0.41 |
| Hex | 85 | 8B | 44 | 4 | 0 | 33 | 2D | 41 | 22 | 29 |
| Octal | 205 | 213 | 104 | 4 | 0 | 63 | 55 | 101 | 42 | 51 |
| Binary | 10000101 | 10001011 | 1000100 | 100 | 0 | 110011 | 101101 | 1000001 | 100010 | 101001 |
Color Harmonies of #858B44
Complementary color
Monochromatic Colors of #858B44
Black with #858B44
Text Example
Text Example
White with #858B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B44; }
p { color: rgb(133,139,68); }
H1.HeaderClassName
{
color: #858B44;
}
.AnyTagClassName
{
color: #858B44;
}
</style>
background-color css
<style>
a { background-color: #858B44; }
a { background-color: rgb(133,139,68); }
div.DivClassName
{
background-color: #858B44;
}
.BgClassName
{
background-color: #858B44;
}
</style>
border-color css
<style>
span { border-color: #858B44; }
span { border-color: rgb(133,139,68); }
td.TdClassName
{
border-color: #858B44;
}
.TagClassName
{
border-color: #858B44;
}
</style>