Shades of Wasabi #85992E
Tints of Wasabi #85992E
RGB
CMYK
RGB Variations
Color information
#85992E (or 0x85992E) is known color: Wasabi. HEX triplet: 85, 99 and 2E. RGB value is (133,153,46). Sum of RGB (Red+Green+Blue) = 133+153+46=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #85992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85992E is #7A66D1. Grayscale: #878787. Windows color (decimal): -8021714 or 3053957. OLE color: 3053957.
HSL color Cylindrical-coordinate representation of color #85992E: hue angle of 71.21º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #85992E is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 46 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.4 |
| HSL | 71.21º | 0.54% | 0.39% | - |
| HSV(B) | 71.21º | 0.7% | 0.6% | - |
| XYZ | 21.56 | 27.97 | 6.85 | - |
| YUV | 134.82 | 77.87 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 46 | 0.13 | 0 | 0.70 | 0.4 | 71.21 | 0.54 | 0.39 |
| Hex | 85 | 99 | 2E | D | 0 | 46 | 28 | 47 | 36 | 27 |
| Octal | 205 | 231 | 56 | 15 | 0 | 106 | 50 | 107 | 66 | 47 |
| Binary | 10000101 | 10011001 | 101110 | 1101 | 0 | 1000110 | 101000 | 1000111 | 110110 | 100111 |
Color Harmonies of #85992E
Complementary color
Monochromatic Colors of #85992E
Black with #85992E
Text Example
Text Example
White with #85992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85992E; }
p { color: rgb(133,153,46); }
H1.HeaderClassName
{
color: #85992E;
}
.AnyTagClassName
{
color: #85992E;
}
</style>
background-color css
<style>
a { background-color: #85992E; }
a { background-color: rgb(133,153,46); }
div.DivClassName
{
background-color: #85992E;
}
.BgClassName
{
background-color: #85992E;
}
</style>
border-color css
<style>
span { border-color: #85992E; }
span { border-color: rgb(133,153,46); }
td.TdClassName
{
border-color: #85992E;
}
.TagClassName
{
border-color: #85992E;
}
</style>