Shades of Wasabi #85934C
Tints of Wasabi #85934C
RGB
CMYK
RGB Variations
Color information
#85934C (or 0x85934C) is known color: Wasabi. HEX triplet: 85, 93 and 4C. RGB value is (133,147,76). Sum of RGB (Red+Green+Blue) = 133+147+76=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #85934C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85934C is #7A6CB3. Grayscale: #868686. Windows color (decimal): -8023220 or 5018501. OLE color: 5018501.
HSL color Cylindrical-coordinate representation of color #85934C: hue angle of 71.83º degrees, saturation: 0.32, 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 #85934C is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 76 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.42 |
| HSL | 71.83º | 0.32% | 0.44% | - |
| HSV(B) | 71.83º | 0.48% | 0.58% | - |
| XYZ | 21.41 | 26.38 | 10.8 | - |
| YUV | 134.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 76 | 0.10 | 0 | 0.48 | 0.42 | 71.83 | 0.32 | 0.44 |
| Hex | 85 | 93 | 4C | A | 0 | 30 | 2A | 48 | 20 | 2C |
| Octal | 205 | 223 | 114 | 12 | 0 | 60 | 52 | 110 | 40 | 54 |
| Binary | 10000101 | 10010011 | 1001100 | 1010 | 0 | 110000 | 101010 | 1001000 | 100000 | 101100 |
Color Harmonies of #85934C
Complementary color
Monochromatic Colors of #85934C
Black with #85934C
Text Example
Text Example
White with #85934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85934C; }
p { color: rgb(133,147,76); }
H1.HeaderClassName
{
color: #85934C;
}
.AnyTagClassName
{
color: #85934C;
}
</style>
background-color css
<style>
a { background-color: #85934C; }
a { background-color: rgb(133,147,76); }
div.DivClassName
{
background-color: #85934C;
}
.BgClassName
{
background-color: #85934C;
}
</style>
border-color css
<style>
span { border-color: #85934C; }
span { border-color: rgb(133,147,76); }
td.TdClassName
{
border-color: #85934C;
}
.TagClassName
{
border-color: #85934C;
}
</style>