#858939

Color #858939 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #858939

Tints of Wasabi #858939

Color information

#858939 (or 0x858939) is unknown color: approx Wasabi. HEX triplet: 85, 89 and 39. RGB value is (133,137,57). Sum of RGB (Red+Green+Blue) = 133+137+57=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #858939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858939 is #7A76C6. Grayscale: #7E7E7E. Windows color (decimal): -8025799 or 3770757. OLE color: 3770757.

HSL color Cylindrical-coordinate representation of color #858939: hue angle of 63º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #858939 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13313757-
CMYK0.0300.580.46
HSL63º41.24%38.04%-
HSV(B)63º58.39%53.73%-
XYZ19.3623.177.32-
YUV126.6888.67132.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 57 (22.66% from 255) = 17.43%
R=40.67%
G=41.90%
B=17.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137570.0300.580.466341.2438.04
Hex858939303A2E3f2926
Octal20521171307256775146
Binary1000010110001001111001110111010101110111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858939; }

 p { color: rgb(133,137,57); }

 H1.HeaderClassName
 {
   color: #858939;
 }
 .AnyTagClassName
 {
   color: #858939;
 }
</style>
background-color css

<style>
 a { background-color: #858939; }

 a { background-color: rgb(133,137,57); }

 div.DivClassName
 {
   background-color: #858939;
 }
 .BgClassName
 {
   background-color: #858939;
 }
</style>
border-color css

<style>
 span { border-color: #858939; }

 span { border-color: rgb(133,137,57); }

 td.TdClassName
 {
   border-color: #858939;
 }
 .TagClassName
 {
   border-color: #858939;
 }
</style>