Shades of Wasabi #858635
Tints of Wasabi #858635
RGB
CMYK
RGB Variations
Color information
#858635 (or 0x858635) is known color: Wasabi. HEX triplet: 85, 86 and 35. RGB value is (133,134,53). Sum of RGB (Red+Green+Blue) = 133+134+53=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #858635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858635 is #7A79CA. Grayscale: #7C7C7C. Windows color (decimal): -8026571 or 3507845. OLE color: 3507845.
HSL color Cylindrical-coordinate representation of color #858635: hue angle of 60.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858635 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 53 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.47 |
| HSL | 60.74º | 0.43% | 0.37% | - |
| HSV(B) | 60.74º | 0.6% | 0.53% | - |
| XYZ | 18.84 | 22.29 | 6.68 | - |
| YUV | 124.47 | 87.67 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 53 | 0.01 | 0 | 0.60 | 0.47 | 60.74 | 0.43 | 0.37 |
| Hex | 85 | 86 | 35 | 1 | 0 | 3C | 2F | 3D | 2B | 25 |
| Octal | 205 | 206 | 65 | 1 | 0 | 74 | 57 | 75 | 53 | 45 |
| Binary | 10000101 | 10000110 | 110101 | 1 | 0 | 111100 | 101111 | 111101 | 101011 | 100101 |
Color Harmonies of #858635
Complementary color
Monochromatic Colors of #858635
Black with #858635
Text Example
Text Example
White with #858635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858635; }
p { color: rgb(133,134,53); }
H1.HeaderClassName
{
color: #858635;
}
.AnyTagClassName
{
color: #858635;
}
</style>
background-color css
<style>
a { background-color: #858635; }
a { background-color: rgb(133,134,53); }
div.DivClassName
{
background-color: #858635;
}
.BgClassName
{
background-color: #858635;
}
</style>
border-color css
<style>
span { border-color: #858635; }
span { border-color: rgb(133,134,53); }
td.TdClassName
{
border-color: #858635;
}
.TagClassName
{
border-color: #858635;
}
</style>