Shades of Wasabi #84913C
Tints of Wasabi #84913C
RGB
CMYK
RGB Variations
Color information
#84913C (or 0x84913C) is known color: Wasabi. HEX triplet: 84, 91 and 3C. RGB value is (132,145,60). Sum of RGB (Red+Green+Blue) = 132+145+60=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #84913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84913C is #7B6EC3. Grayscale: #838383. Windows color (decimal): -8089284 or 3969412. OLE color: 3969412.
HSL color Cylindrical-coordinate representation of color #84913C: hue angle of 69.18º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84913C is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 132 | 145 | 60 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.43 |
| HSL | 69.18º | 0.41% | 0.4% | - |
| HSV(B) | 69.18º | 0.59% | 0.57% | - |
| XYZ | 20.46 | 25.48 | 8.12 | - |
| YUV | 131.42 | 87.69 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 60 | 0.09 | 0 | 0.59 | 0.43 | 69.18 | 0.41 | 0.4 |
| Hex | 84 | 91 | 3C | 9 | 0 | 3B | 2B | 45 | 29 | 28 |
| Octal | 204 | 221 | 74 | 11 | 0 | 73 | 53 | 105 | 51 | 50 |
| Binary | 10000100 | 10010001 | 111100 | 1001 | 0 | 111011 | 101011 | 1000101 | 101001 | 101000 |
Color Harmonies of #84913C
Complementary color
Monochromatic Colors of #84913C
Black with #84913C
Text Example
Text Example
White with #84913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84913C; }
p { color: rgb(132,145,60); }
H1.HeaderClassName
{
color: #84913C;
}
.AnyTagClassName
{
color: #84913C;
}
</style>
background-color css
<style>
a { background-color: #84913C; }
a { background-color: rgb(132,145,60); }
div.DivClassName
{
background-color: #84913C;
}
.BgClassName
{
background-color: #84913C;
}
</style>
border-color css
<style>
span { border-color: #84913C; }
span { border-color: rgb(132,145,60); }
td.TdClassName
{
border-color: #84913C;
}
.TagClassName
{
border-color: #84913C;
}
</style>