Shades of Wasabi #858F48
Tints of Wasabi #858F48
RGB
CMYK
RGB Variations
Color information
#858F48 (or 0x858F48) is known color: Wasabi. HEX triplet: 85, 8F and 48. RGB value is (133,143,72). Sum of RGB (Red+Green+Blue) = 133+143+72=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #858F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F48 is #7A70B7. Grayscale: #848484. Windows color (decimal): -8024248 or 4755333. OLE color: 4755333.
HSL color Cylindrical-coordinate representation of color #858F48: hue angle of 68.45º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858F48 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 72 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.44 |
| HSL | 68.45º | 0.33% | 0.42% | - |
| HSV(B) | 68.45º | 0.5% | 0.56% | - |
| XYZ | 20.67 | 25.1 | 9.89 | - |
| YUV | 131.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 72 | 0.07 | 0 | 0.50 | 0.44 | 68.45 | 0.33 | 0.42 |
| Hex | 85 | 8F | 48 | 7 | 0 | 32 | 2C | 44 | 21 | 2A |
| Octal | 205 | 217 | 110 | 7 | 0 | 62 | 54 | 104 | 41 | 52 |
| Binary | 10000101 | 10001111 | 1001000 | 111 | 0 | 110010 | 101100 | 1000100 | 100001 | 101010 |
Color Harmonies of #858F48
Complementary color
Monochromatic Colors of #858F48
Black with #858F48
Text Example
Text Example
White with #858F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F48; }
p { color: rgb(133,143,72); }
H1.HeaderClassName
{
color: #858F48;
}
.AnyTagClassName
{
color: #858F48;
}
</style>
background-color css
<style>
a { background-color: #858F48; }
a { background-color: rgb(133,143,72); }
div.DivClassName
{
background-color: #858F48;
}
.BgClassName
{
background-color: #858F48;
}
</style>
border-color css
<style>
span { border-color: #858F48; }
span { border-color: rgb(133,143,72); }
td.TdClassName
{
border-color: #858F48;
}
.TagClassName
{
border-color: #858F48;
}
</style>