Shades of Wasabi #85934A
Tints of Wasabi #85934A
RGB
CMYK
RGB Variations
Color information
#85934A (or 0x85934A) is known color: Wasabi. HEX triplet: 85, 93 and 4A. RGB value is (133,147,74). Sum of RGB (Red+Green+Blue) = 133+147+74=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #85934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85934A is #7A6CB5. Grayscale: #868686. Windows color (decimal): -8023222 or 4887429. OLE color: 4887429.
HSL color Cylindrical-coordinate representation of color #85934A: hue angle of 71.51º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85934A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 74 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.42 |
| HSL | 71.51º | 0.33% | 0.43% | - |
| HSV(B) | 71.51º | 0.5% | 0.58% | - |
| XYZ | 21.34 | 26.35 | 10.44 | - |
| YUV | 134.49 | 93.86 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 74 | 0.10 | 0 | 0.50 | 0.42 | 71.51 | 0.33 | 0.43 |
| Hex | 85 | 93 | 4A | A | 0 | 32 | 2A | 48 | 21 | 2B |
| Octal | 205 | 223 | 112 | 12 | 0 | 62 | 52 | 110 | 41 | 53 |
| Binary | 10000101 | 10010011 | 1001010 | 1010 | 0 | 110010 | 101010 | 1001000 | 100001 | 101011 |
Color Harmonies of #85934A
Complementary color
Monochromatic Colors of #85934A
Black with #85934A
Text Example
Text Example
White with #85934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85934A; }
p { color: rgb(133,147,74); }
H1.HeaderClassName
{
color: #85934A;
}
.AnyTagClassName
{
color: #85934A;
}
</style>
background-color css
<style>
a { background-color: #85934A; }
a { background-color: rgb(133,147,74); }
div.DivClassName
{
background-color: #85934A;
}
.BgClassName
{
background-color: #85934A;
}
</style>
border-color css
<style>
span { border-color: #85934A; }
span { border-color: rgb(133,147,74); }
td.TdClassName
{
border-color: #85934A;
}
.TagClassName
{
border-color: #85934A;
}
</style>