Shades of Wasabi #828338
Tints of Wasabi #828338
RGB
CMYK
RGB Variations
Color information
#828338 (or 0x828338) is known color: Wasabi. HEX triplet: 82, 83 and 38. RGB value is (130,131,56). Sum of RGB (Red+Green+Blue) = 130+131+56=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 131 - color contains mainly: green. Hex color #828338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828338 is #7D7CC7. Grayscale: #7A7A7A. Windows color (decimal): -8223944 or 3703682. OLE color: 3703682.
HSL color Cylindrical-coordinate representation of color #828338: hue angle of 60.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #828338 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 131 | 56 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.49 |
| HSL | 60.8º | 0.4% | 0.37% | - |
| HSV(B) | 60.8º | 0.57% | 0.51% | - |
| XYZ | 18.04 | 21.26 | 6.9 | - |
| YUV | 122.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 131 | 56 | 0.01 | 0 | 0.57 | 0.49 | 60.8 | 0.4 | 0.37 |
| Hex | 82 | 83 | 38 | 1 | 0 | 39 | 31 | 3D | 28 | 25 |
| Octal | 202 | 203 | 70 | 1 | 0 | 71 | 61 | 75 | 50 | 45 |
| Binary | 10000010 | 10000011 | 111000 | 1 | 0 | 111001 | 110001 | 111101 | 101000 | 100101 |
Color Harmonies of #828338
Complementary color
Monochromatic Colors of #828338
Black with #828338
Text Example
Text Example
White with #828338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828338; }
p { color: rgb(130,131,56); }
H1.HeaderClassName
{
color: #828338;
}
.AnyTagClassName
{
color: #828338;
}
</style>
background-color css
<style>
a { background-color: #828338; }
a { background-color: rgb(130,131,56); }
div.DivClassName
{
background-color: #828338;
}
.BgClassName
{
background-color: #828338;
}
</style>
border-color css
<style>
span { border-color: #828338; }
span { border-color: rgb(130,131,56); }
td.TdClassName
{
border-color: #828338;
}
.TagClassName
{
border-color: #828338;
}
</style>