Shades of Wasabi #858833
Tints of Wasabi #858833
RGB
CMYK
RGB Variations
Color information
#858833 (or 0x858833) is known color: Wasabi. HEX triplet: 85, 88 and 33. RGB value is (133,136,51). Sum of RGB (Red+Green+Blue) = 133+136+51=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #858833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858833 is #7A77CC. Grayscale: #7D7D7D. Windows color (decimal): -8026061 or 3377285. OLE color: 3377285.
HSL color Cylindrical-coordinate representation of color #858833: hue angle of 62.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #858833 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 136 | 51 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.47 |
| HSL | 62.12º | 0.45% | 0.37% | - |
| HSV(B) | 62.12º | 0.63% | 0.53% | - |
| XYZ | 19.07 | 22.83 | 6.53 | - |
| YUV | 125.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 136 | 51 | 0.02 | 0 | 0.62 | 0.47 | 62.12 | 0.45 | 0.37 |
| Hex | 85 | 88 | 33 | 2 | 0 | 3E | 2F | 3E | 2D | 25 |
| Octal | 205 | 210 | 63 | 2 | 0 | 76 | 57 | 76 | 55 | 45 |
| Binary | 10000101 | 10001000 | 110011 | 10 | 0 | 111110 | 101111 | 111110 | 101101 | 100101 |
Color Harmonies of #858833
Complementary color
Monochromatic Colors of #858833
Black with #858833
Text Example
Text Example
White with #858833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858833; }
p { color: rgb(133,136,51); }
H1.HeaderClassName
{
color: #858833;
}
.AnyTagClassName
{
color: #858833;
}
</style>
background-color css
<style>
a { background-color: #858833; }
a { background-color: rgb(133,136,51); }
div.DivClassName
{
background-color: #858833;
}
.BgClassName
{
background-color: #858833;
}
</style>
border-color css
<style>
span { border-color: #858833; }
span { border-color: rgb(133,136,51); }
td.TdClassName
{
border-color: #858833;
}
.TagClassName
{
border-color: #858833;
}
</style>