Shades of Wasabi #85893D
Tints of Wasabi #85893D
RGB
CMYK
RGB Variations
Color information
#85893D (or 0x85893D) is known color: Wasabi. HEX triplet: 85, 89 and 3D. RGB value is (133,137,61). Sum of RGB (Red+Green+Blue) = 133+137+61=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #85893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85893D is #7A76C2. Grayscale: #7F7F7F. Windows color (decimal): -8025795 or 4032901. OLE color: 4032901.
HSL color Cylindrical-coordinate representation of color #85893D: hue angle of 63.16º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85893D is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 137 | 61 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.46 |
| HSL | 63.16º | 0.38% | 0.39% | - |
| HSV(B) | 63.16º | 0.55% | 0.54% | - |
| XYZ | 19.46 | 23.21 | 7.87 | - |
| YUV | 127.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 61 | 0.03 | 0 | 0.55 | 0.46 | 63.16 | 0.38 | 0.39 |
| Hex | 85 | 89 | 3D | 3 | 0 | 37 | 2E | 3F | 26 | 27 |
| Octal | 205 | 211 | 75 | 3 | 0 | 67 | 56 | 77 | 46 | 47 |
| Binary | 10000101 | 10001001 | 111101 | 11 | 0 | 110111 | 101110 | 111111 | 100110 | 100111 |
Color Harmonies of #85893D
Complementary color
Monochromatic Colors of #85893D
Black with #85893D
Text Example
Text Example
White with #85893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85893D; }
p { color: rgb(133,137,61); }
H1.HeaderClassName
{
color: #85893D;
}
.AnyTagClassName
{
color: #85893D;
}
</style>
background-color css
<style>
a { background-color: #85893D; }
a { background-color: rgb(133,137,61); }
div.DivClassName
{
background-color: #85893D;
}
.BgClassName
{
background-color: #85893D;
}
</style>
border-color css
<style>
span { border-color: #85893D; }
span { border-color: rgb(133,137,61); }
td.TdClassName
{
border-color: #85893D;
}
.TagClassName
{
border-color: #85893D;
}
</style>