Shades of Wasabi #828741
Tints of Wasabi #828741
RGB
CMYK
RGB Variations
Color information
#828741 (or 0x828741) is known color: Wasabi. HEX triplet: 82, 87 and 41. RGB value is (130,135,65). Sum of RGB (Red+Green+Blue) = 130+135+65=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #828741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828741 is #7D78BE. Grayscale: #7D7D7D. Windows color (decimal): -8222911 or 4294530. OLE color: 4294530.
HSL color Cylindrical-coordinate representation of color #828741: hue angle of 64.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #828741 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 135 | 65 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.47 |
| HSL | 64.29º | 0.35% | 0.39% | - |
| HSV(B) | 64.29º | 0.52% | 0.53% | - |
| XYZ | 18.82 | 22.46 | 8.34 | - |
| YUV | 125.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 65 | 0.04 | 0 | 0.52 | 0.47 | 64.29 | 0.35 | 0.39 |
| Hex | 82 | 87 | 41 | 4 | 0 | 34 | 2F | 40 | 23 | 27 |
| Octal | 202 | 207 | 101 | 4 | 0 | 64 | 57 | 100 | 43 | 47 |
| Binary | 10000010 | 10000111 | 1000001 | 100 | 0 | 110100 | 101111 | 1000000 | 100011 | 100111 |
Color Harmonies of #828741
Complementary color
Monochromatic Colors of #828741
Black with #828741
Text Example
Text Example
White with #828741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828741; }
p { color: rgb(130,135,65); }
H1.HeaderClassName
{
color: #828741;
}
.AnyTagClassName
{
color: #828741;
}
</style>
background-color css
<style>
a { background-color: #828741; }
a { background-color: rgb(130,135,65); }
div.DivClassName
{
background-color: #828741;
}
.BgClassName
{
background-color: #828741;
}
</style>
border-color css
<style>
span { border-color: #828741; }
span { border-color: rgb(130,135,65); }
td.TdClassName
{
border-color: #828741;
}
.TagClassName
{
border-color: #828741;
}
</style>