Shades of Wasabi #828A3E
Tints of Wasabi #828A3E
RGB
CMYK
RGB Variations
Color information
#828A3E (or 0x828A3E) is known color: Wasabi. HEX triplet: 82, 8A and 3E. RGB value is (130,138,62). Sum of RGB (Red+Green+Blue) = 130+138+62=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #828A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A3E is #7D75C1. Grayscale: #7F7F7F. Windows color (decimal): -8222146 or 4098690. OLE color: 4098690.
HSL color Cylindrical-coordinate representation of color #828A3E: hue angle of 66.32º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #828A3E is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 62 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.46 |
| HSL | 66.32º | 0.38% | 0.39% | - |
| HSV(B) | 66.32º | 0.55% | 0.54% | - |
| XYZ | 19.16 | 23.27 | 8.04 | - |
| YUV | 126.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 62 | 0.06 | 0 | 0.55 | 0.46 | 66.32 | 0.38 | 0.39 |
| Hex | 82 | 8A | 3E | 6 | 0 | 37 | 2E | 42 | 26 | 27 |
| Octal | 202 | 212 | 76 | 6 | 0 | 67 | 56 | 102 | 46 | 47 |
| Binary | 10000010 | 10001010 | 111110 | 110 | 0 | 110111 | 101110 | 1000010 | 100110 | 100111 |
Color Harmonies of #828A3E
Complementary color
Monochromatic Colors of #828A3E
Black with #828A3E
Text Example
Text Example
White with #828A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A3E; }
p { color: rgb(130,138,62); }
H1.HeaderClassName
{
color: #828A3E;
}
.AnyTagClassName
{
color: #828A3E;
}
</style>
background-color css
<style>
a { background-color: #828A3E; }
a { background-color: rgb(130,138,62); }
div.DivClassName
{
background-color: #828A3E;
}
.BgClassName
{
background-color: #828A3E;
}
</style>
border-color css
<style>
span { border-color: #828A3E; }
span { border-color: rgb(130,138,62); }
td.TdClassName
{
border-color: #828A3E;
}
.TagClassName
{
border-color: #828A3E;
}
</style>