Shades of Wasabi #83874B
Tints of Wasabi #83874B
RGB
CMYK
RGB Variations
Color information
#83874B (or 0x83874B) is known color: Wasabi. HEX triplet: 83, 87 and 4B. RGB value is (131,135,75). Sum of RGB (Red+Green+Blue) = 131+135+75=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #83874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83874B is #7C78B4. Grayscale: #7F7F7F. Windows color (decimal): -8157365 or 4949891. OLE color: 4949891.
HSL color Cylindrical-coordinate representation of color #83874B: hue angle of 64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83874B is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 75 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.47 |
| HSL | 64º | 0.29% | 0.41% | - |
| HSV(B) | 64º | 0.44% | 0.53% | - |
| XYZ | 19.29 | 22.66 | 10.01 | - |
| YUV | 126.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 75 | 0.03 | 0 | 0.44 | 0.47 | 64 | 0.29 | 0.41 |
| Hex | 83 | 87 | 4B | 3 | 0 | 2C | 2F | 40 | 1D | 29 |
| Octal | 203 | 207 | 113 | 3 | 0 | 54 | 57 | 100 | 35 | 51 |
| Binary | 10000011 | 10000111 | 1001011 | 11 | 0 | 101100 | 101111 | 1000000 | 11101 | 101001 |
Color Harmonies of #83874B
Complementary color
Monochromatic Colors of #83874B
Black with #83874B
Text Example
Text Example
White with #83874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83874B; }
p { color: rgb(131,135,75); }
H1.HeaderClassName
{
color: #83874B;
}
.AnyTagClassName
{
color: #83874B;
}
</style>
background-color css
<style>
a { background-color: #83874B; }
a { background-color: rgb(131,135,75); }
div.DivClassName
{
background-color: #83874B;
}
.BgClassName
{
background-color: #83874B;
}
</style>
border-color css
<style>
span { border-color: #83874B; }
span { border-color: rgb(131,135,75); }
td.TdClassName
{
border-color: #83874B;
}
.TagClassName
{
border-color: #83874B;
}
</style>