Shades of Wasabi #85873E
Tints of Wasabi #85873E
RGB
CMYK
RGB Variations
Color information
#85873E (or 0x85873E) is known color: Wasabi. HEX triplet: 85, 87 and 3E. RGB value is (133,135,62). Sum of RGB (Red+Green+Blue) = 133+135+62=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #85873E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85873E is #7A78C1. Grayscale: #7E7E7E. Windows color (decimal): -8026306 or 4097925. OLE color: 4097925.
HSL color Cylindrical-coordinate representation of color #85873E: hue angle of 61.64º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85873E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 62 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.47 |
| HSL | 61.64º | 0.37% | 0.39% | - |
| HSV(B) | 61.64º | 0.54% | 0.53% | - |
| XYZ | 19.21 | 22.66 | 7.92 | - |
| YUV | 126.08 | 91.84 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 62 | 0.01 | 0 | 0.54 | 0.47 | 61.64 | 0.37 | 0.39 |
| Hex | 85 | 87 | 3E | 1 | 0 | 36 | 2F | 3E | 25 | 27 |
| Octal | 205 | 207 | 76 | 1 | 0 | 66 | 57 | 76 | 45 | 47 |
| Binary | 10000101 | 10000111 | 111110 | 1 | 0 | 110110 | 101111 | 111110 | 100101 | 100111 |
Color Harmonies of #85873E
Complementary color
Monochromatic Colors of #85873E
Black with #85873E
Text Example
Text Example
White with #85873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85873E; }
p { color: rgb(133,135,62); }
H1.HeaderClassName
{
color: #85873E;
}
.AnyTagClassName
{
color: #85873E;
}
</style>
background-color css
<style>
a { background-color: #85873E; }
a { background-color: rgb(133,135,62); }
div.DivClassName
{
background-color: #85873E;
}
.BgClassName
{
background-color: #85873E;
}
</style>
border-color css
<style>
span { border-color: #85873E; }
span { border-color: rgb(133,135,62); }
td.TdClassName
{
border-color: #85873E;
}
.TagClassName
{
border-color: #85873E;
}
</style>