#858733

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

Shades of Wasabi #858733

Tints of Wasabi #858733

Color information

#858733 (or 0x858733) is unknown color: approx Wasabi. HEX triplet: 85, 87 and 33. RGB value is (133,135,51). Sum of RGB (Red+Green+Blue) = 133+135+51=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #858733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858733 is #7A78CC. Grayscale: #7D7D7D. Windows color (decimal): -8026317 or 3377029. OLE color: 3377029.

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

Color convert

RGB13313551-
CMYK0.0100.620.47
HSL61.43º45.16%36.47%-
HSV(B)61.43º62.22%52.94%-
XYZ18.9322.556.49-
YUV124.8386.34133.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=41.69%
G=42.32%
B=15.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133135510.0100.620.4761.4345.1636.47
Hex858733103E2F3d2d24
Octal20520763107657755544
Binary100001011000011111001110111110101111111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858733; }

 p { color: rgb(133,135,51); }

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

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

 a { background-color: rgb(133,135,51); }

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

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

 span { border-color: rgb(133,135,51); }

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