Shades of Wasabi #85962A
Tints of Wasabi #85962A
RGB
CMYK
RGB Variations
Color information
#85962A (or 0x85962A) is known color: Wasabi. HEX triplet: 85, 96 and 2A. RGB value is (133,150,42). Sum of RGB (Red+Green+Blue) = 133+150+42=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #85962A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85962A is #7A69D5. Grayscale: #858585. Windows color (decimal): -8022486 or 2791045. OLE color: 2791045.
HSL color Cylindrical-coordinate representation of color #85962A: hue angle of 69.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85962A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 42 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.41 |
| HSL | 69.44º | 0.56% | 0.38% | - |
| HSV(B) | 69.44º | 0.72% | 0.59% | - |
| XYZ | 21 | 26.97 | 6.29 | - |
| YUV | 132.61 | 76.87 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 42 | 0.11 | 0 | 0.72 | 0.41 | 69.44 | 0.56 | 0.38 |
| Hex | 85 | 96 | 2A | B | 0 | 48 | 29 | 45 | 38 | 26 |
| Octal | 205 | 226 | 52 | 13 | 0 | 110 | 51 | 105 | 70 | 46 |
| Binary | 10000101 | 10010110 | 101010 | 1011 | 0 | 1001000 | 101001 | 1000101 | 111000 | 100110 |
Color Harmonies of #85962A
Complementary color
Monochromatic Colors of #85962A
Black with #85962A
Text Example
Text Example
White with #85962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85962A; }
p { color: rgb(133,150,42); }
H1.HeaderClassName
{
color: #85962A;
}
.AnyTagClassName
{
color: #85962A;
}
</style>
background-color css
<style>
a { background-color: #85962A; }
a { background-color: rgb(133,150,42); }
div.DivClassName
{
background-color: #85962A;
}
.BgClassName
{
background-color: #85962A;
}
</style>
border-color css
<style>
span { border-color: #85962A; }
span { border-color: rgb(133,150,42); }
td.TdClassName
{
border-color: #85962A;
}
.TagClassName
{
border-color: #85962A;
}
</style>