Shades of Wasabi #828E2C
Tints of Wasabi #828E2C
RGB
CMYK
RGB Variations
Color information
#828E2C (or 0x828E2C) is known color: Wasabi. HEX triplet: 82, 8E and 2C. RGB value is (130,142,44). Sum of RGB (Red+Green+Blue) = 130+142+44=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #828E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E2C is #7D71D3. Grayscale: #7F7F7F. Windows color (decimal): -8221140 or 2920066. OLE color: 2920066.
HSL color Cylindrical-coordinate representation of color #828E2C: hue angle of 67.35º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #828E2C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 44 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.44 |
| HSL | 67.35º | 0.53% | 0.36% | - |
| HSV(B) | 67.35º | 0.69% | 0.56% | - |
| XYZ | 19.33 | 24.27 | 6.05 | - |
| YUV | 127.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 44 | 0.08 | 0 | 0.69 | 0.44 | 67.35 | 0.53 | 0.36 |
| Hex | 82 | 8E | 2C | 8 | 0 | 45 | 2C | 43 | 35 | 24 |
| Octal | 202 | 216 | 54 | 10 | 0 | 105 | 54 | 103 | 65 | 44 |
| Binary | 10000010 | 10001110 | 101100 | 1000 | 0 | 1000101 | 101100 | 1000011 | 110101 | 100100 |
Color Harmonies of #828E2C
Complementary color
Monochromatic Colors of #828E2C
Black with #828E2C
Text Example
Text Example
White with #828E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E2C; }
p { color: rgb(130,142,44); }
H1.HeaderClassName
{
color: #828E2C;
}
.AnyTagClassName
{
color: #828E2C;
}
</style>
background-color css
<style>
a { background-color: #828E2C; }
a { background-color: rgb(130,142,44); }
div.DivClassName
{
background-color: #828E2C;
}
.BgClassName
{
background-color: #828E2C;
}
</style>
border-color css
<style>
span { border-color: #828E2C; }
span { border-color: rgb(130,142,44); }
td.TdClassName
{
border-color: #828E2C;
}
.TagClassName
{
border-color: #828E2C;
}
</style>