Shades of Wasabi #858A3A
Tints of Wasabi #858A3A
RGB
CMYK
RGB Variations
Color information
#858A3A (or 0x858A3A) is known color: Wasabi. HEX triplet: 85, 8A and 3A. RGB value is (133,138,58). Sum of RGB (Red+Green+Blue) = 133+138+58=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #858A3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858A3A is #7A75C5. Grayscale: #7F7F7F. Windows color (decimal): -8025542 or 3836549. OLE color: 3836549.
HSL color Cylindrical-coordinate representation of color #858A3A: hue angle of 63.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #858A3A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 58 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.46 |
| HSL | 63.75º | 0.41% | 0.38% | - |
| HSV(B) | 63.75º | 0.58% | 0.54% | - |
| XYZ | 19.53 | 23.47 | 7.5 | - |
| YUV | 127.39 | 88.84 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 58 | 0.04 | 0 | 0.58 | 0.46 | 63.75 | 0.41 | 0.38 |
| Hex | 85 | 8A | 3A | 4 | 0 | 3A | 2E | 40 | 29 | 26 |
| Octal | 205 | 212 | 72 | 4 | 0 | 72 | 56 | 100 | 51 | 46 |
| Binary | 10000101 | 10001010 | 111010 | 100 | 0 | 111010 | 101110 | 1000000 | 101001 | 100110 |
Color Harmonies of #858A3A
Complementary color
Monochromatic Colors of #858A3A
Black with #858A3A
Text Example
Text Example
White with #858A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A3A; }
p { color: rgb(133,138,58); }
H1.HeaderClassName
{
color: #858A3A;
}
.AnyTagClassName
{
color: #858A3A;
}
</style>
background-color css
<style>
a { background-color: #858A3A; }
a { background-color: rgb(133,138,58); }
div.DivClassName
{
background-color: #858A3A;
}
.BgClassName
{
background-color: #858A3A;
}
</style>
border-color css
<style>
span { border-color: #858A3A; }
span { border-color: rgb(133,138,58); }
td.TdClassName
{
border-color: #858A3A;
}
.TagClassName
{
border-color: #858A3A;
}
</style>