Shades of Wasabi #828C41
Tints of Wasabi #828C41
RGB
CMYK
RGB Variations
Color information
#828C41 (or 0x828C41) is known color: Wasabi. HEX triplet: 82, 8C and 41. RGB value is (130,140,65). Sum of RGB (Red+Green+Blue) = 130+140+65=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #828C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C41 is #7D73BE. Grayscale: #808080. Windows color (decimal): -8221631 or 4295810. OLE color: 4295810.
HSL color Cylindrical-coordinate representation of color #828C41: hue angle of 68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #828C41 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 65 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.45 |
| HSL | 68º | 0.37% | 0.4% | - |
| HSV(B) | 68º | 0.54% | 0.55% | - |
| XYZ | 19.54 | 23.88 | 8.58 | - |
| YUV | 128.46 | 92.19 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 65 | 0.07 | 0 | 0.54 | 0.45 | 68 | 0.37 | 0.4 |
| Hex | 82 | 8C | 41 | 7 | 0 | 36 | 2D | 44 | 25 | 28 |
| Octal | 202 | 214 | 101 | 7 | 0 | 66 | 55 | 104 | 45 | 50 |
| Binary | 10000010 | 10001100 | 1000001 | 111 | 0 | 110110 | 101101 | 1000100 | 100101 | 101000 |
Color Harmonies of #828C41
Complementary color
Monochromatic Colors of #828C41
Black with #828C41
Text Example
Text Example
White with #828C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C41; }
p { color: rgb(130,140,65); }
H1.HeaderClassName
{
color: #828C41;
}
.AnyTagClassName
{
color: #828C41;
}
</style>
background-color css
<style>
a { background-color: #828C41; }
a { background-color: rgb(130,140,65); }
div.DivClassName
{
background-color: #828C41;
}
.BgClassName
{
background-color: #828C41;
}
</style>
border-color css
<style>
span { border-color: #828C41; }
span { border-color: rgb(130,140,65); }
td.TdClassName
{
border-color: #828C41;
}
.TagClassName
{
border-color: #828C41;
}
</style>