Shades of Wasabi #848845
Tints of Wasabi #848845
RGB
CMYK
RGB Variations
Color information
#848845 (or 0x848845) is known color: Wasabi. HEX triplet: 84, 88 and 45. RGB value is (132,136,69). Sum of RGB (Red+Green+Blue) = 132+136+69=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #848845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848845 is #7B77BA. Grayscale: #7F7F7F. Windows color (decimal): -8091579 or 4556932. OLE color: 4556932.
HSL color Cylindrical-coordinate representation of color #848845: hue angle of 63.58º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #848845 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 136 | 69 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.47 |
| HSL | 63.58º | 0.33% | 0.4% | - |
| HSV(B) | 63.58º | 0.49% | 0.53% | - |
| XYZ | 19.39 | 22.94 | 9.04 | - |
| YUV | 127.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 136 | 69 | 0.03 | 0 | 0.49 | 0.47 | 63.58 | 0.33 | 0.4 |
| Hex | 84 | 88 | 45 | 3 | 0 | 31 | 2F | 40 | 21 | 28 |
| Octal | 204 | 210 | 105 | 3 | 0 | 61 | 57 | 100 | 41 | 50 |
| Binary | 10000100 | 10001000 | 1000101 | 11 | 0 | 110001 | 101111 | 1000000 | 100001 | 101000 |
Color Harmonies of #848845
Complementary color
Monochromatic Colors of #848845
Black with #848845
Text Example
Text Example
White with #848845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848845; }
p { color: rgb(132,136,69); }
H1.HeaderClassName
{
color: #848845;
}
.AnyTagClassName
{
color: #848845;
}
</style>
background-color css
<style>
a { background-color: #848845; }
a { background-color: rgb(132,136,69); }
div.DivClassName
{
background-color: #848845;
}
.BgClassName
{
background-color: #848845;
}
</style>
border-color css
<style>
span { border-color: #848845; }
span { border-color: rgb(132,136,69); }
td.TdClassName
{
border-color: #848845;
}
.TagClassName
{
border-color: #848845;
}
</style>