Shades of Wasabi #848F51
Tints of Wasabi #848F51
RGB
CMYK
RGB Variations
Color information
#848F51 (or 0x848F51) is known color: Wasabi. HEX triplet: 84, 8F and 51. RGB value is (132,143,81). Sum of RGB (Red+Green+Blue) = 132+143+81=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 143 - color contains mainly: green. Hex color #848F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848F51 is #7B70AE. Grayscale: #848484. Windows color (decimal): -8089775 or 5345156. OLE color: 5345156.
HSL color Cylindrical-coordinate representation of color #848F51: hue angle of 70.65º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #848F51 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 81 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.44 |
| HSL | 70.65º | 0.28% | 0.44% | - |
| HSV(B) | 70.65º | 0.43% | 0.56% | - |
| XYZ | 20.82 | 25.14 | 11.54 | - |
| YUV | 132.64 | 98.86 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 81 | 0.08 | 0 | 0.43 | 0.44 | 70.65 | 0.28 | 0.44 |
| Hex | 84 | 8F | 51 | 8 | 0 | 2B | 2C | 47 | 1C | 2C |
| Octal | 204 | 217 | 121 | 10 | 0 | 53 | 54 | 107 | 34 | 54 |
| Binary | 10000100 | 10001111 | 1010001 | 1000 | 0 | 101011 | 101100 | 1000111 | 11100 | 101100 |
Color Harmonies of #848F51
Complementary color
Monochromatic Colors of #848F51
Black with #848F51
Text Example
Text Example
White with #848F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F51; }
p { color: rgb(132,143,81); }
H1.HeaderClassName
{
color: #848F51;
}
.AnyTagClassName
{
color: #848F51;
}
</style>
background-color css
<style>
a { background-color: #848F51; }
a { background-color: rgb(132,143,81); }
div.DivClassName
{
background-color: #848F51;
}
.BgClassName
{
background-color: #848F51;
}
</style>
border-color css
<style>
span { border-color: #848F51; }
span { border-color: rgb(132,143,81); }
td.TdClassName
{
border-color: #848F51;
}
.TagClassName
{
border-color: #848F51;
}
</style>