Shades of Wasabi #85992B
Tints of Wasabi #85992B
RGB
CMYK
RGB Variations
Color information
#85992B (or 0x85992B) is known color: Wasabi. HEX triplet: 85, 99 and 2B. RGB value is (133,153,43). Sum of RGB (Red+Green+Blue) = 133+153+43=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #85992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85992B is #7A66D4. Grayscale: #868686. Windows color (decimal): -8021717 or 2857349. OLE color: 2857349.
HSL color Cylindrical-coordinate representation of color #85992B: hue angle of 70.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85992B is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 43 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.4 |
| HSL | 70.91º | 0.56% | 0.38% | - |
| HSV(B) | 70.91º | 0.72% | 0.6% | - |
| XYZ | 21.5 | 27.94 | 6.55 | - |
| YUV | 134.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 43 | 0.13 | 0 | 0.72 | 0.4 | 70.91 | 0.56 | 0.38 |
| Hex | 85 | 99 | 2B | D | 0 | 48 | 28 | 47 | 38 | 26 |
| Octal | 205 | 231 | 53 | 15 | 0 | 110 | 50 | 107 | 70 | 46 |
| Binary | 10000101 | 10011001 | 101011 | 1101 | 0 | 1001000 | 101000 | 1000111 | 111000 | 100110 |
Color Harmonies of #85992B
Complementary color
Monochromatic Colors of #85992B
Black with #85992B
Text Example
Text Example
White with #85992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85992B; }
p { color: rgb(133,153,43); }
H1.HeaderClassName
{
color: #85992B;
}
.AnyTagClassName
{
color: #85992B;
}
</style>
background-color css
<style>
a { background-color: #85992B; }
a { background-color: rgb(133,153,43); }
div.DivClassName
{
background-color: #85992B;
}
.BgClassName
{
background-color: #85992B;
}
</style>
border-color css
<style>
span { border-color: #85992B; }
span { border-color: rgb(133,153,43); }
td.TdClassName
{
border-color: #85992B;
}
.TagClassName
{
border-color: #85992B;
}
</style>