Shades of Wasabi #85894B
Tints of Wasabi #85894B
RGB
CMYK
RGB Variations
Color information
#85894B (or 0x85894B) is known color: Wasabi. HEX triplet: 85, 89 and 4B. RGB value is (133,137,75). Sum of RGB (Red+Green+Blue) = 133+137+75=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #85894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85894B is #7A76B4. Grayscale: #808080. Windows color (decimal): -8025781 or 4950405. OLE color: 4950405.
HSL color Cylindrical-coordinate representation of color #85894B: hue angle of 63.87º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85894B is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 75 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.46 |
| HSL | 63.87º | 0.29% | 0.42% | - |
| HSV(B) | 63.87º | 0.45% | 0.54% | - |
| XYZ | 19.89 | 23.39 | 10.12 | - |
| YUV | 128.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 75 | 0.03 | 0 | 0.45 | 0.46 | 63.87 | 0.29 | 0.42 |
| Hex | 85 | 89 | 4B | 3 | 0 | 2D | 2E | 40 | 1D | 2A |
| Octal | 205 | 211 | 113 | 3 | 0 | 55 | 56 | 100 | 35 | 52 |
| Binary | 10000101 | 10001001 | 1001011 | 11 | 0 | 101101 | 101110 | 1000000 | 11101 | 101010 |
Color Harmonies of #85894B
Complementary color
Monochromatic Colors of #85894B
Black with #85894B
Text Example
Text Example
White with #85894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85894B; }
p { color: rgb(133,137,75); }
H1.HeaderClassName
{
color: #85894B;
}
.AnyTagClassName
{
color: #85894B;
}
</style>
background-color css
<style>
a { background-color: #85894B; }
a { background-color: rgb(133,137,75); }
div.DivClassName
{
background-color: #85894B;
}
.BgClassName
{
background-color: #85894B;
}
</style>
border-color css
<style>
span { border-color: #85894B; }
span { border-color: rgb(133,137,75); }
td.TdClassName
{
border-color: #85894B;
}
.TagClassName
{
border-color: #85894B;
}
</style>