Shades of Wasabi #848C3C
Tints of Wasabi #848C3C
RGB
CMYK
RGB Variations
Color information
#848C3C (or 0x848C3C) is known color: Wasabi. HEX triplet: 84, 8C and 3C. RGB value is (132,140,60). Sum of RGB (Red+Green+Blue) = 132+140+60=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 140 - color contains mainly: green. Hex color #848C3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C3C is #7B73C3. Grayscale: #808080. Windows color (decimal): -8090564 or 3968132. OLE color: 3968132.
HSL color Cylindrical-coordinate representation of color #848C3C: hue angle of 66º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #848C3C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 140 | 60 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.45 |
| HSL | 66º | 0.4% | 0.39% | - |
| HSV(B) | 66º | 0.57% | 0.55% | - |
| XYZ | 19.71 | 23.99 | 7.87 | - |
| YUV | 128.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 140 | 60 | 0.06 | 0 | 0.57 | 0.45 | 66 | 0.4 | 0.39 |
| Hex | 84 | 8C | 3C | 6 | 0 | 39 | 2D | 42 | 28 | 27 |
| Octal | 204 | 214 | 74 | 6 | 0 | 71 | 55 | 102 | 50 | 47 |
| Binary | 10000100 | 10001100 | 111100 | 110 | 0 | 111001 | 101101 | 1000010 | 101000 | 100111 |
Color Harmonies of #848C3C
Complementary color
Monochromatic Colors of #848C3C
Black with #848C3C
Text Example
Text Example
White with #848C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848C3C; }
p { color: rgb(132,140,60); }
H1.HeaderClassName
{
color: #848C3C;
}
.AnyTagClassName
{
color: #848C3C;
}
</style>
background-color css
<style>
a { background-color: #848C3C; }
a { background-color: rgb(132,140,60); }
div.DivClassName
{
background-color: #848C3C;
}
.BgClassName
{
background-color: #848C3C;
}
</style>
border-color css
<style>
span { border-color: #848C3C; }
span { border-color: rgb(132,140,60); }
td.TdClassName
{
border-color: #848C3C;
}
.TagClassName
{
border-color: #848C3C;
}
</style>