Shades of Wasabi #84873D
Tints of Wasabi #84873D
RGB
CMYK
RGB Variations
Color information
#84873D (or 0x84873D) is known color: Wasabi. HEX triplet: 84, 87 and 3D. RGB value is (132,135,61). Sum of RGB (Red+Green+Blue) = 132+135+61=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #84873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84873D is #7B78C2. Grayscale: #7D7D7D. Windows color (decimal): -8091843 or 4032388. OLE color: 4032388.
HSL color Cylindrical-coordinate representation of color #84873D: hue angle of 62.43º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84873D is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 135 | 61 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.47 |
| HSL | 62.43º | 0.38% | 0.38% | - |
| HSV(B) | 62.43º | 0.55% | 0.53% | - |
| XYZ | 19.02 | 22.57 | 7.77 | - |
| YUV | 125.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 135 | 61 | 0.02 | 0 | 0.55 | 0.47 | 62.43 | 0.38 | 0.38 |
| Hex | 84 | 87 | 3D | 2 | 0 | 37 | 2F | 3E | 26 | 26 |
| Octal | 204 | 207 | 75 | 2 | 0 | 67 | 57 | 76 | 46 | 46 |
| Binary | 10000100 | 10000111 | 111101 | 10 | 0 | 110111 | 101111 | 111110 | 100110 | 100110 |
Color Harmonies of #84873D
Complementary color
Monochromatic Colors of #84873D
Black with #84873D
Text Example
Text Example
White with #84873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84873D; }
p { color: rgb(132,135,61); }
H1.HeaderClassName
{
color: #84873D;
}
.AnyTagClassName
{
color: #84873D;
}
</style>
background-color css
<style>
a { background-color: #84873D; }
a { background-color: rgb(132,135,61); }
div.DivClassName
{
background-color: #84873D;
}
.BgClassName
{
background-color: #84873D;
}
</style>
border-color css
<style>
span { border-color: #84873D; }
span { border-color: rgb(132,135,61); }
td.TdClassName
{
border-color: #84873D;
}
.TagClassName
{
border-color: #84873D;
}
</style>