Shades of Wasabi #838A3C
Tints of Wasabi #838A3C
RGB
CMYK
RGB Variations
Color information
#838A3C (or 0x838A3C) is known color: Wasabi. HEX triplet: 83, 8A and 3C. RGB value is (131,138,60). Sum of RGB (Red+Green+Blue) = 131+138+60=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 138 - color contains mainly: green. Hex color #838A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838A3C is #7C75C3. Grayscale: #7F7F7F. Windows color (decimal): -8156612 or 3967619. OLE color: 3967619.
HSL color Cylindrical-coordinate representation of color #838A3C: hue angle of 65.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #838A3C is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 60 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.46 |
| HSL | 65.38º | 0.39% | 0.39% | - |
| HSV(B) | 65.38º | 0.57% | 0.54% | - |
| XYZ | 19.26 | 23.33 | 7.76 | - |
| YUV | 127.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 60 | 0.05 | 0 | 0.57 | 0.46 | 65.38 | 0.39 | 0.39 |
| Hex | 83 | 8A | 3C | 5 | 0 | 39 | 2E | 41 | 27 | 27 |
| Octal | 203 | 212 | 74 | 5 | 0 | 71 | 56 | 101 | 47 | 47 |
| Binary | 10000011 | 10001010 | 111100 | 101 | 0 | 111001 | 101110 | 1000001 | 100111 | 100111 |
Color Harmonies of #838A3C
Complementary color
Monochromatic Colors of #838A3C
Black with #838A3C
Text Example
Text Example
White with #838A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A3C; }
p { color: rgb(131,138,60); }
H1.HeaderClassName
{
color: #838A3C;
}
.AnyTagClassName
{
color: #838A3C;
}
</style>
background-color css
<style>
a { background-color: #838A3C; }
a { background-color: rgb(131,138,60); }
div.DivClassName
{
background-color: #838A3C;
}
.BgClassName
{
background-color: #838A3C;
}
</style>
border-color css
<style>
span { border-color: #838A3C; }
span { border-color: rgb(131,138,60); }
td.TdClassName
{
border-color: #838A3C;
}
.TagClassName
{
border-color: #838A3C;
}
</style>