#858639

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

Shades of Wasabi #858639

Tints of Wasabi #858639

Color information

#858639 (or 0x858639) is unknown color: approx Wasabi. HEX triplet: 85, 86 and 39. RGB value is (133,134,57). Sum of RGB (Red+Green+Blue) = 133+134+57=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #858639 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858639 is #7A79C6. Grayscale: #7D7D7D. Windows color (decimal): -8026567 or 3769989. OLE color: 3769989.

HSL color Cylindrical-coordinate representation of color #858639: hue angle of 60.78º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #858639 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB13313457-
CMYK0.0100.570.47
HSL60.78º40.31%37.45%-
HSV(B)60.78º57.46%52.55%-
XYZ18.9422.337.18-
YUV124.9289.67133.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=41.05%
G=41.36%
B=17.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134570.0100.570.4760.7840.3137.45
Hex85863910392F3d2825
Octal20520671107157755045
Binary100001011000011011100110111001101111111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858639; }

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

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

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

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

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

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

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

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