Shades of Wasabi #848D3D
Tints of Wasabi #848D3D
RGB
CMYK
RGB Variations
Color information
#848D3D (or 0x848D3D) is known color: Wasabi. HEX triplet: 84, 8D and 3D. RGB value is (132,141,61). Sum of RGB (Red+Green+Blue) = 132+141+61=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 141 - color contains mainly: green. Hex color #848D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848D3D is #7B72C2. Grayscale: #818181. Windows color (decimal): -8090307 or 4033924. OLE color: 4033924.
HSL color Cylindrical-coordinate representation of color #848D3D: hue angle of 66.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #848D3D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 61 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.45 |
| HSL | 66.75º | 0.4% | 0.4% | - |
| HSV(B) | 66.75º | 0.57% | 0.55% | - |
| XYZ | 19.88 | 24.29 | 8.06 | - |
| YUV | 129.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 61 | 0.06 | 0 | 0.57 | 0.45 | 66.75 | 0.4 | 0.4 |
| Hex | 84 | 8D | 3D | 6 | 0 | 39 | 2D | 43 | 28 | 28 |
| Octal | 204 | 215 | 75 | 6 | 0 | 71 | 55 | 103 | 50 | 50 |
| Binary | 10000100 | 10001101 | 111101 | 110 | 0 | 111001 | 101101 | 1000011 | 101000 | 101000 |
Color Harmonies of #848D3D
Complementary color
Monochromatic Colors of #848D3D
Black with #848D3D
Text Example
Text Example
White with #848D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D3D; }
p { color: rgb(132,141,61); }
H1.HeaderClassName
{
color: #848D3D;
}
.AnyTagClassName
{
color: #848D3D;
}
</style>
background-color css
<style>
a { background-color: #848D3D; }
a { background-color: rgb(132,141,61); }
div.DivClassName
{
background-color: #848D3D;
}
.BgClassName
{
background-color: #848D3D;
}
</style>
border-color css
<style>
span { border-color: #848D3D; }
span { border-color: rgb(132,141,61); }
td.TdClassName
{
border-color: #848D3D;
}
.TagClassName
{
border-color: #848D3D;
}
</style>