Shades of Wasabi #828A48
Tints of Wasabi #828A48
RGB
CMYK
RGB Variations
Color information
#828A48 (or 0x828A48) is known color: Wasabi. HEX triplet: 82, 8A and 48. RGB value is (130,138,72). Sum of RGB (Red+Green+Blue) = 130+138+72=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 138 - color contains mainly: green. Hex color #828A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A48 is #7D75B7. Grayscale: #808080. Windows color (decimal): -8222136 or 4754050. OLE color: 4754050.
HSL color Cylindrical-coordinate representation of color #828A48: hue angle of 67.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828A48 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 72 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.46 |
| HSL | 67.27º | 0.31% | 0.41% | - |
| HSV(B) | 67.27º | 0.48% | 0.54% | - |
| XYZ | 19.46 | 23.39 | 9.62 | - |
| YUV | 128.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 72 | 0.06 | 0 | 0.48 | 0.46 | 67.27 | 0.31 | 0.41 |
| Hex | 82 | 8A | 48 | 6 | 0 | 30 | 2E | 43 | 1F | 29 |
| Octal | 202 | 212 | 110 | 6 | 0 | 60 | 56 | 103 | 37 | 51 |
| Binary | 10000010 | 10001010 | 1001000 | 110 | 0 | 110000 | 101110 | 1000011 | 11111 | 101001 |
Color Harmonies of #828A48
Complementary color
Monochromatic Colors of #828A48
Black with #828A48
Text Example
Text Example
White with #828A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A48; }
p { color: rgb(130,138,72); }
H1.HeaderClassName
{
color: #828A48;
}
.AnyTagClassName
{
color: #828A48;
}
</style>
background-color css
<style>
a { background-color: #828A48; }
a { background-color: rgb(130,138,72); }
div.DivClassName
{
background-color: #828A48;
}
.BgClassName
{
background-color: #828A48;
}
</style>
border-color css
<style>
span { border-color: #828A48; }
span { border-color: rgb(130,138,72); }
td.TdClassName
{
border-color: #828A48;
}
.TagClassName
{
border-color: #828A48;
}
</style>