Shades of Wasabi #85963B
Tints of Wasabi #85963B
RGB
CMYK
RGB Variations
Color information
#85963B (or 0x85963B) is known color: Wasabi. HEX triplet: 85, 96 and 3B. RGB value is (133,150,59). Sum of RGB (Red+Green+Blue) = 133+150+59=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 59 (23.44% from 255 or 17.25% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #85963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85963B is #7A69C4. Grayscale: #868686. Windows color (decimal): -8022469 or 3905157. OLE color: 3905157.
HSL color Cylindrical-coordinate representation of color #85963B: hue angle of 71.21º 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 #85963B is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 59 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.41 |
| HSL | 71.21º | 0.44% | 0.41% | - |
| HSV(B) | 71.21º | 0.61% | 0.59% | - |
| XYZ | 21.37 | 27.12 | 8.25 | - |
| YUV | 134.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 59 | 0.11 | 0 | 0.61 | 0.41 | 71.21 | 0.44 | 0.41 |
| Hex | 85 | 96 | 3B | B | 0 | 3D | 29 | 47 | 2C | 29 |
| Octal | 205 | 226 | 73 | 13 | 0 | 75 | 51 | 107 | 54 | 51 |
| Binary | 10000101 | 10010110 | 111011 | 1011 | 0 | 111101 | 101001 | 1000111 | 101100 | 101001 |
Color Harmonies of #85963B
Complementary color
Monochromatic Colors of #85963B
Black with #85963B
Text Example
Text Example
White with #85963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85963B; }
p { color: rgb(133,150,59); }
H1.HeaderClassName
{
color: #85963B;
}
.AnyTagClassName
{
color: #85963B;
}
</style>
background-color css
<style>
a { background-color: #85963B; }
a { background-color: rgb(133,150,59); }
div.DivClassName
{
background-color: #85963B;
}
.BgClassName
{
background-color: #85963B;
}
</style>
border-color css
<style>
span { border-color: #85963B; }
span { border-color: rgb(133,150,59); }
td.TdClassName
{
border-color: #85963B;
}
.TagClassName
{
border-color: #85963B;
}
</style>