Shades of Wasabi #858638
Tints of Wasabi #858638
RGB
CMYK
RGB Variations
Color information
#858638 (or 0x858638) is known color: Wasabi. HEX triplet: 85, 86 and 38. RGB value is (133,134,56). Sum of RGB (Red+Green+Blue) = 133+134+56=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #858638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858638 is #7A79C7. Grayscale: #7D7D7D. Windows color (decimal): -8026568 or 3704453. OLE color: 3704453.
HSL color Cylindrical-coordinate representation of color #858638: hue angle of 60.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #858638 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 56 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.47 |
| HSL | 60.77º | 0.41% | 0.37% | - |
| HSV(B) | 60.77º | 0.58% | 0.53% | - |
| XYZ | 18.91 | 22.32 | 7.05 | - |
| YUV | 124.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 56 | 0.01 | 0 | 0.58 | 0.47 | 60.77 | 0.41 | 0.37 |
| Hex | 85 | 86 | 38 | 1 | 0 | 3A | 2F | 3D | 29 | 25 |
| Octal | 205 | 206 | 70 | 1 | 0 | 72 | 57 | 75 | 51 | 45 |
| Binary | 10000101 | 10000110 | 111000 | 1 | 0 | 111010 | 101111 | 111101 | 101001 | 100101 |
Color Harmonies of #858638
Complementary color
Monochromatic Colors of #858638
Black with #858638
Text Example
Text Example
White with #858638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858638; }
p { color: rgb(133,134,56); }
H1.HeaderClassName
{
color: #858638;
}
.AnyTagClassName
{
color: #858638;
}
</style>
background-color css
<style>
a { background-color: #858638; }
a { background-color: rgb(133,134,56); }
div.DivClassName
{
background-color: #858638;
}
.BgClassName
{
background-color: #858638;
}
</style>
border-color css
<style>
span { border-color: #858638; }
span { border-color: rgb(133,134,56); }
td.TdClassName
{
border-color: #858638;
}
.TagClassName
{
border-color: #858638;
}
</style>