Shades of Wasabi #85963A
Tints of Wasabi #85963A
RGB
CMYK
RGB Variations
Color information
#85963A (or 0x85963A) is known color: Wasabi. HEX triplet: 85, 96 and 3A. RGB value is (133,150,58). Sum of RGB (Red+Green+Blue) = 133+150+58=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #85963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85963A is #7A69C5. Grayscale: #868686. Windows color (decimal): -8022470 or 3839621. OLE color: 3839621.
HSL color Cylindrical-coordinate representation of color #85963A: hue angle of 71.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85963A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 58 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.41 |
| HSL | 71.09º | 0.44% | 0.41% | - |
| HSV(B) | 71.09º | 0.61% | 0.59% | - |
| XYZ | 21.34 | 27.1 | 8.11 | - |
| YUV | 134.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 58 | 0.11 | 0 | 0.61 | 0.41 | 71.09 | 0.44 | 0.41 |
| Hex | 85 | 96 | 3A | B | 0 | 3D | 29 | 47 | 2C | 29 |
| Octal | 205 | 226 | 72 | 13 | 0 | 75 | 51 | 107 | 54 | 51 |
| Binary | 10000101 | 10010110 | 111010 | 1011 | 0 | 111101 | 101001 | 1000111 | 101100 | 101001 |
Color Harmonies of #85963A
Complementary color
Monochromatic Colors of #85963A
Black with #85963A
Text Example
Text Example
White with #85963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85963A; }
p { color: rgb(133,150,58); }
H1.HeaderClassName
{
color: #85963A;
}
.AnyTagClassName
{
color: #85963A;
}
</style>
background-color css
<style>
a { background-color: #85963A; }
a { background-color: rgb(133,150,58); }
div.DivClassName
{
background-color: #85963A;
}
.BgClassName
{
background-color: #85963A;
}
</style>
border-color css
<style>
span { border-color: #85963A; }
span { border-color: rgb(133,150,58); }
td.TdClassName
{
border-color: #85963A;
}
.TagClassName
{
border-color: #85963A;
}
</style>