Shades of Wasabi #85934D
Tints of Wasabi #85934D
RGB
CMYK
RGB Variations
Color information
#85934D (or 0x85934D) is known color: Wasabi. HEX triplet: 85, 93 and 4D. RGB value is (133,147,77). Sum of RGB (Red+Green+Blue) = 133+147+77=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #85934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85934D is #7A6CB2. Grayscale: #878787. Windows color (decimal): -8023219 or 5084037. OLE color: 5084037.
HSL color Cylindrical-coordinate representation of color #85934D: hue angle of 72º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85934D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 77 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.42 |
| HSL | 72º | 0.31% | 0.44% | - |
| HSV(B) | 72º | 0.48% | 0.58% | - |
| XYZ | 21.45 | 26.39 | 10.98 | - |
| YUV | 134.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 77 | 0.10 | 0 | 0.48 | 0.42 | 72 | 0.31 | 0.44 |
| Hex | 85 | 93 | 4D | A | 0 | 30 | 2A | 48 | 1F | 2C |
| Octal | 205 | 223 | 115 | 12 | 0 | 60 | 52 | 110 | 37 | 54 |
| Binary | 10000101 | 10010011 | 1001101 | 1010 | 0 | 110000 | 101010 | 1001000 | 11111 | 101100 |
Color Harmonies of #85934D
Complementary color
Monochromatic Colors of #85934D
Black with #85934D
Text Example
Text Example
White with #85934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85934D; }
p { color: rgb(133,147,77); }
H1.HeaderClassName
{
color: #85934D;
}
.AnyTagClassName
{
color: #85934D;
}
</style>
background-color css
<style>
a { background-color: #85934D; }
a { background-color: rgb(133,147,77); }
div.DivClassName
{
background-color: #85934D;
}
.BgClassName
{
background-color: #85934D;
}
</style>
border-color css
<style>
span { border-color: #85934D; }
span { border-color: rgb(133,147,77); }
td.TdClassName
{
border-color: #85934D;
}
.TagClassName
{
border-color: #85934D;
}
</style>