Shades of Wasabi #85992F
Tints of Wasabi #85992F
RGB
CMYK
RGB Variations
Color information
#85992F (or 0x85992F) is known color: Wasabi. HEX triplet: 85, 99 and 2F. RGB value is (133,153,47). Sum of RGB (Red+Green+Blue) = 133+153+47=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #85992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85992F is #7A66D0. Grayscale: #878787. Windows color (decimal): -8021713 or 3119493. OLE color: 3119493.
HSL color Cylindrical-coordinate representation of color #85992F: hue angle of 71.32º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85992F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 47 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.4 |
| HSL | 71.32º | 0.53% | 0.39% | - |
| HSV(B) | 71.32º | 0.69% | 0.6% | - |
| XYZ | 21.58 | 27.97 | 6.95 | - |
| YUV | 134.94 | 78.37 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 47 | 0.13 | 0 | 0.69 | 0.4 | 71.32 | 0.53 | 0.39 |
| Hex | 85 | 99 | 2F | D | 0 | 45 | 28 | 47 | 35 | 27 |
| Octal | 205 | 231 | 57 | 15 | 0 | 105 | 50 | 107 | 65 | 47 |
| Binary | 10000101 | 10011001 | 101111 | 1101 | 0 | 1000101 | 101000 | 1000111 | 110101 | 100111 |
Color Harmonies of #85992F
Complementary color
Monochromatic Colors of #85992F
Black with #85992F
Text Example
Text Example
White with #85992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85992F; }
p { color: rgb(133,153,47); }
H1.HeaderClassName
{
color: #85992F;
}
.AnyTagClassName
{
color: #85992F;
}
</style>
background-color css
<style>
a { background-color: #85992F; }
a { background-color: rgb(133,153,47); }
div.DivClassName
{
background-color: #85992F;
}
.BgClassName
{
background-color: #85992F;
}
</style>
border-color css
<style>
span { border-color: #85992F; }
span { border-color: rgb(133,153,47); }
td.TdClassName
{
border-color: #85992F;
}
.TagClassName
{
border-color: #85992F;
}
</style>