Shades of Wasabi #828845
Tints of Wasabi #828845
RGB
CMYK
RGB Variations
Color information
#828845 (or 0x828845) is known color: Wasabi. HEX triplet: 82, 88 and 45. RGB value is (130,136,69). Sum of RGB (Red+Green+Blue) = 130+136+69=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #828845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828845 is #7D77BA. Grayscale: #7E7E7E. Windows color (decimal): -8222651 or 4556930. OLE color: 4556930.
HSL color Cylindrical-coordinate representation of color #828845: hue angle of 65.37º 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 #828845 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 69 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.47 |
| HSL | 65.37º | 0.33% | 0.4% | - |
| HSV(B) | 65.37º | 0.49% | 0.53% | - |
| XYZ | 19.08 | 22.78 | 9.02 | - |
| YUV | 126.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 69 | 0.04 | 0 | 0.49 | 0.47 | 65.37 | 0.33 | 0.4 |
| Hex | 82 | 88 | 45 | 4 | 0 | 31 | 2F | 41 | 21 | 28 |
| Octal | 202 | 210 | 105 | 4 | 0 | 61 | 57 | 101 | 41 | 50 |
| Binary | 10000010 | 10001000 | 1000101 | 100 | 0 | 110001 | 101111 | 1000001 | 100001 | 101000 |
Color Harmonies of #828845
Complementary color
Monochromatic Colors of #828845
Black with #828845
Text Example
Text Example
White with #828845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828845; }
p { color: rgb(130,136,69); }
H1.HeaderClassName
{
color: #828845;
}
.AnyTagClassName
{
color: #828845;
}
</style>
background-color css
<style>
a { background-color: #828845; }
a { background-color: rgb(130,136,69); }
div.DivClassName
{
background-color: #828845;
}
.BgClassName
{
background-color: #828845;
}
</style>
border-color css
<style>
span { border-color: #828845; }
span { border-color: rgb(130,136,69); }
td.TdClassName
{
border-color: #828845;
}
.TagClassName
{
border-color: #828845;
}
</style>