Shades of Wasabi #828C48
Tints of Wasabi #828C48
RGB
CMYK
RGB Variations
Color information
#828C48 (or 0x828C48) is known color: Wasabi. HEX triplet: 82, 8C and 48. RGB value is (130,140,72). Sum of RGB (Red+Green+Blue) = 130+140+72=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 140 - color contains mainly: green. Hex color #828C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C48 is #7D73B7. Grayscale: #818181. Windows color (decimal): -8221624 or 4754562. OLE color: 4754562.
HSL color Cylindrical-coordinate representation of color #828C48: hue angle of 68.82º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #828C48 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 72 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.45 |
| HSL | 68.82º | 0.32% | 0.42% | - |
| HSV(B) | 68.82º | 0.49% | 0.55% | - |
| XYZ | 19.75 | 23.97 | 9.72 | - |
| YUV | 129.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 72 | 0.07 | 0 | 0.49 | 0.45 | 68.82 | 0.32 | 0.42 |
| Hex | 82 | 8C | 48 | 7 | 0 | 31 | 2D | 45 | 20 | 2A |
| Octal | 202 | 214 | 110 | 7 | 0 | 61 | 55 | 105 | 40 | 52 |
| Binary | 10000010 | 10001100 | 1001000 | 111 | 0 | 110001 | 101101 | 1000101 | 100000 | 101010 |
Color Harmonies of #828C48
Complementary color
Monochromatic Colors of #828C48
Black with #828C48
Text Example
Text Example
White with #828C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C48; }
p { color: rgb(130,140,72); }
H1.HeaderClassName
{
color: #828C48;
}
.AnyTagClassName
{
color: #828C48;
}
</style>
background-color css
<style>
a { background-color: #828C48; }
a { background-color: rgb(130,140,72); }
div.DivClassName
{
background-color: #828C48;
}
.BgClassName
{
background-color: #828C48;
}
</style>
border-color css
<style>
span { border-color: #828C48; }
span { border-color: rgb(130,140,72); }
td.TdClassName
{
border-color: #828C48;
}
.TagClassName
{
border-color: #828C48;
}
</style>